mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
added kitty config, updated zsh, vscode
This commit is contained in:
parent
17c0bd6843
commit
bf9e797a64
4 changed files with 102 additions and 76 deletions
|
|
@ -5,8 +5,8 @@ window:
|
|||
title: Alacritty
|
||||
dynamic_padding: false
|
||||
padding:
|
||||
x: 6
|
||||
y: 6
|
||||
x: 0
|
||||
y: 2
|
||||
|
||||
class:
|
||||
instance: Alacritty
|
||||
|
|
@ -51,36 +51,36 @@ font:
|
|||
schemes:
|
||||
vscode: &vscode
|
||||
primary:
|
||||
background: '#1e1e1e'
|
||||
foreground: '#d4d4d4'
|
||||
background: "#1e1e1e"
|
||||
foreground: "#d4d4d4"
|
||||
cursor:
|
||||
text: CellBackground
|
||||
cursor: '#d4d4d4'
|
||||
cursor: "#d4d4d4"
|
||||
normal:
|
||||
black: '#1e1e1e'
|
||||
red: '#f44747'
|
||||
green: '#608b4e'
|
||||
yellow: '#dcdcaa'
|
||||
blue: '#569cd6'
|
||||
magenta: '#c678dd'
|
||||
cyan: '#56b6c2'
|
||||
white: '#d4d4d4'
|
||||
black: "#1e1e1e"
|
||||
red: "#f44747"
|
||||
green: "#608b4e"
|
||||
yellow: "#dcdcaa"
|
||||
blue: "#569cd6"
|
||||
magenta: "#c678dd"
|
||||
cyan: "#56b6c2"
|
||||
white: "#d4d4d4"
|
||||
bright:
|
||||
black: '#545454'
|
||||
red: '#f44747'
|
||||
green: '#608b4e'
|
||||
yellow: '#dcdcaa'
|
||||
blue: '#569cd6'
|
||||
magenta: '#c678dd'
|
||||
cyan: '#56b6c2'
|
||||
white: '#d4d4d4'
|
||||
black: "#545454"
|
||||
red: "#f44747"
|
||||
green: "#608b4e"
|
||||
yellow: "#dcdcaa"
|
||||
blue: "#569cd6"
|
||||
magenta: "#c678dd"
|
||||
cyan: "#56b6c2"
|
||||
white: "#d4d4d4"
|
||||
|
||||
colors: *vscode
|
||||
|
||||
key_bindings:
|
||||
- { key: V, mods: Control|Shift, action: Paste }
|
||||
- { key: C, mods: Control|Shift, action: Copy }
|
||||
- { key: Key0, mods: Control, action: ResetFontSize }
|
||||
- { key: Plus, mods: Control, action: IncreaseFontSize }
|
||||
- { key: Minus, mods: Control, action: DecreaseFontSize }
|
||||
- { key: F11, mods: None, action: ToggleFullscreen }
|
||||
- { key: V, mods: Control|Shift, action: Paste }
|
||||
- { key: C, mods: Control|Shift, action: Copy }
|
||||
- { key: Key0, mods: Control, action: ResetFontSize }
|
||||
- { key: Plus, mods: Control, action: IncreaseFontSize }
|
||||
- { key: Minus, mods: Control, action: DecreaseFontSize }
|
||||
- { key: F11, mods: None, action: ToggleFullscreen }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue