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 }
|
||||
|
|
|
|||
|
|
@ -1,41 +1,57 @@
|
|||
font_family JetBrains Mono
|
||||
disable_ligatures always
|
||||
enable_audio_bell no
|
||||
open_url_modifiers ctrl
|
||||
linux_display_server x11
|
||||
sync_to_monitor yes
|
||||
|
||||
## Font
|
||||
font_size 12.0
|
||||
font_family Jetbrains Mono
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
disable_ligatures never
|
||||
|
||||
## Bell
|
||||
enable_audio_bell no
|
||||
visual_bell_duration 0
|
||||
|
||||
## Cursor
|
||||
cursor_beam_thickness 0
|
||||
cursor_shape underline
|
||||
cursor_underline_thickness 1.3
|
||||
cursor_blink_interval 0
|
||||
tab_bar_edge bottom
|
||||
tab_bar_style separator
|
||||
tab_separator ""
|
||||
tab_title_template "{index}: {title}"
|
||||
|
||||
map ctrl+equal change_font_size all +2
|
||||
map ctrl+minus change_font_size all -2
|
||||
map ctrl+backspace change_font_size all 0
|
||||
map ctrl+alt+r load_config_file
|
||||
map ctrl+1 goto_tab 1
|
||||
map ctrl+2 goto_tab 2
|
||||
map ctrl+3 goto_tab 3
|
||||
map ctrl+4 goto_tab 4
|
||||
## Mouse
|
||||
mouse_hide_wait 3.0
|
||||
focus_follows_mouse no
|
||||
|
||||
color0 #232323
|
||||
color1 #ff000f
|
||||
color2 #8ce10b
|
||||
color3 #ffb900
|
||||
color4 #008df8
|
||||
color5 #6d43a6
|
||||
color6 #00d8eb
|
||||
color7 #ffffff
|
||||
color8 #444444
|
||||
color9 #ff2740
|
||||
color10 #abe15b
|
||||
color11 #ffd242
|
||||
color12 #0092ff
|
||||
color13 #9a5feb
|
||||
color14 #67fff0
|
||||
color15 #ffffff
|
||||
# background #0e1019
|
||||
background #1e1e1e
|
||||
selection_foreground #0e1019
|
||||
cursor #ff0018
|
||||
foreground #fffaf4
|
||||
selection_background #fffaf4
|
||||
## Mappings
|
||||
map ctrl+shift+1 goto_tab 1
|
||||
map ctrl+shift+2 goto_tab 2
|
||||
map ctrl+shift+3 goto_tab 3
|
||||
map ctrl+shift+4 goto_tab 4
|
||||
map ctrl+shift+5 goto_tab 5
|
||||
|
||||
## Colors
|
||||
background #1E1E29
|
||||
# background #1e1e1e
|
||||
|
||||
|
||||
foreground #d4d4d4
|
||||
selection_background #d7ba7d
|
||||
selection_foreground #1e1e1e
|
||||
url_color #0087BD
|
||||
color0 #1e1e1e
|
||||
color8 #808080
|
||||
color1 #f44747
|
||||
color9 #f44747
|
||||
color2 #608b4e
|
||||
color10 #608b4e
|
||||
color3 #dcdcaa
|
||||
color11 #dcdcaa
|
||||
color4 #569cd6
|
||||
color12 #569cd6
|
||||
color5 #c678dd
|
||||
color13 #c678dd
|
||||
color6 #56b6c2
|
||||
color14 #56b6c2
|
||||
color7 #d4d4d4
|
||||
color15 #d4d4d4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue