add kitty
This commit is contained in:
parent
a92d6f0b25
commit
fda9ac5296
3 changed files with 89 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ gitconfig = "/home/catalin/.gitconfig"
|
||||||
ideavim = "/home/catalin/.ideavimrc"
|
ideavim = "/home/catalin/.ideavimrc"
|
||||||
k9smocha = "/home/catalin/.config/k9s/skin.yml"
|
k9smocha = "/home/catalin/.config/k9s/skin.yml"
|
||||||
kermit = "/home/catalin/.config/kermit.conf"
|
kermit = "/home/catalin/.config/kermit.conf"
|
||||||
|
"kitty/kitty.conf" = "/home/catalin/.config/kitty/kitty.conf"
|
||||||
"rofi/config/askpass.rasi" = "/home/catalin/.config/rofi/config/askpass.rasi"
|
"rofi/config/askpass.rasi" = "/home/catalin/.config/rofi/config/askpass.rasi"
|
||||||
"rofi/config/bluetooth.rasi" = "/home/catalin/.config/rofi/config/bluetooth.rasi"
|
"rofi/config/bluetooth.rasi" = "/home/catalin/.config/rofi/config/bluetooth.rasi"
|
||||||
"rofi/config/colors.rasi" = "/home/catalin/.config/rofi/config/colors.rasi"
|
"rofi/config/colors.rasi" = "/home/catalin/.config/rofi/config/colors.rasi"
|
||||||
|
|
|
||||||
|
|
@ -12,3 +12,4 @@ gitconfig = "~/.gitconfig"
|
||||||
rofi = "~/.config/rofi"
|
rofi = "~/.config/rofi"
|
||||||
topgrade = "~/.config/topgrade.toml"
|
topgrade = "~/.config/topgrade.toml"
|
||||||
garden = "~/.config/garden/garden.yaml"
|
garden = "~/.config/garden/garden.yaml"
|
||||||
|
kitty = "~/.config/kitty"
|
||||||
|
|
|
||||||
87
kitty/kitty.conf
Normal file
87
kitty/kitty.conf
Normal file
|
|
@ -0,0 +1,87 @@
|
||||||
|
# theme
|
||||||
|
|
||||||
|
|
||||||
|
## The basic colors
|
||||||
|
foreground #C6D0F5
|
||||||
|
background #303446
|
||||||
|
selection_foreground #303446
|
||||||
|
selection_background #F2D5CF
|
||||||
|
|
||||||
|
## Cursor colors
|
||||||
|
cursor #F2D5CF
|
||||||
|
cursor_text_color #303446
|
||||||
|
|
||||||
|
## URL underline color when hovering with mouse
|
||||||
|
url_color #F2D5CF
|
||||||
|
|
||||||
|
## Kitty window border colors
|
||||||
|
active_border_color #BABBF1
|
||||||
|
inactive_border_color #737994
|
||||||
|
bell_border_color #E5C890
|
||||||
|
|
||||||
|
#### OS Window titlebar colors
|
||||||
|
wayland_titlebar_color system
|
||||||
|
macos_titlebar_color system
|
||||||
|
|
||||||
|
## Tab bar colors
|
||||||
|
active_tab_foreground #232634
|
||||||
|
active_tab_background #CA9EE6
|
||||||
|
inactive_tab_foreground #C6D0F5
|
||||||
|
inactive_tab_background #292C3C
|
||||||
|
tab_bar_background #232634
|
||||||
|
|
||||||
|
## Colors for marks (marked text in the terminal)
|
||||||
|
mark1_foreground #303446
|
||||||
|
mark1_background #BABBF1
|
||||||
|
mark2_foreground #303446
|
||||||
|
mark2_background #CA9EE6
|
||||||
|
mark3_foreground #303446
|
||||||
|
mark3_background #85C1DC
|
||||||
|
|
||||||
|
## The 16 terminal colors
|
||||||
|
|
||||||
|
### black
|
||||||
|
color0 #51576D
|
||||||
|
color8 #626880
|
||||||
|
|
||||||
|
### red
|
||||||
|
color1 #E78284
|
||||||
|
color9 #E78284
|
||||||
|
|
||||||
|
### green
|
||||||
|
color2 #A6D189
|
||||||
|
color10 #A6D189
|
||||||
|
|
||||||
|
### yellow
|
||||||
|
color3 #E5C890
|
||||||
|
color11 #E5C890
|
||||||
|
|
||||||
|
### blue
|
||||||
|
color4 #8CAAEE
|
||||||
|
color12 #8CAAEE
|
||||||
|
|
||||||
|
### magenta
|
||||||
|
color5 #F4B8E4
|
||||||
|
color13 #F4B8E4
|
||||||
|
|
||||||
|
### cyan
|
||||||
|
color6 #81C8BE
|
||||||
|
color14 #81C8BE
|
||||||
|
|
||||||
|
### white
|
||||||
|
color7 #B5BFE2
|
||||||
|
color15 #A5ADCE
|
||||||
|
|
||||||
|
### misc
|
||||||
|
|
||||||
|
clipboard_control write-clipboard write-primary read-clipboard-ask read-primary-ask
|
||||||
|
allow_hyperlinks yes
|
||||||
|
shell_integration enabled
|
||||||
|
wayland_titlebar_color system
|
||||||
|
background_opacity 0.5
|
||||||
|
|
||||||
|
# maps
|
||||||
|
|
||||||
|
map ctrl+c copy_or_interrupt
|
||||||
|
map ctrl+shift+enter new_tab
|
||||||
|
map ctrl+shift+n new_window
|
||||||
Loading…
Add table
Add a link
Reference in a new issue