move colors to own file
This commit is contained in:
parent
8ccf1c78e0
commit
5d7b833610
|
@ -0,0 +1,34 @@
|
|||
foreground #36a136
|
||||
background #1a1a1a
|
||||
cursor #3fd76f
|
||||
cursor_text_color #0b0b0b
|
||||
selection_foreground #1a4519
|
||||
selection_background #0b0b0b
|
||||
|
||||
url_color #d8ffd8
|
||||
|
||||
color0 #0b0b0b
|
||||
color8 #545454
|
||||
|
||||
color1 #aa2e2e
|
||||
color9 #ff0000
|
||||
|
||||
color2 #36a136
|
||||
color10 #55ff55
|
||||
|
||||
color3 #75ab75
|
||||
color11 #9edd9e
|
||||
|
||||
color4 #53cc00
|
||||
color12 #73ff55
|
||||
|
||||
color5 #237923
|
||||
color13 #43ab43
|
||||
|
||||
color6 #669566
|
||||
color14 #85af85
|
||||
|
||||
color7 #717171
|
||||
color15 #d8ffd8
|
||||
|
||||
|
35
kitty.conf
35
kitty.conf
|
@ -2,6 +2,7 @@ shell zsh
|
|||
term xterm-256color
|
||||
|
||||
include kitty-fonts.conf
|
||||
include kitty-colors.conf
|
||||
|
||||
disable_ligatures cursor
|
||||
cursor_stop_blinking_after 0
|
||||
|
@ -14,37 +15,3 @@ map ctrl+shift+equal change_font_size current +1.0
|
|||
map ctrl+shift+minus change_font_size current -1.0
|
||||
|
||||
open_url_with qutebrowser
|
||||
|
||||
foreground #36a136
|
||||
background #1a1a1a
|
||||
cursor #3fd76f
|
||||
cursor_text_color #0b0b0b
|
||||
selection_foreground #1a4519
|
||||
selection_background #0b0b0b
|
||||
|
||||
url_color #d8ffd8
|
||||
|
||||
color0 #0b0b0b
|
||||
color8 #545454
|
||||
|
||||
color1 #aa2e2e
|
||||
color9 #ff0000
|
||||
|
||||
color2 #36a136
|
||||
color10 #55ff55
|
||||
|
||||
color3 #75ab75
|
||||
color11 #9edd9e
|
||||
|
||||
color4 #53cc00
|
||||
color12 #73ff55
|
||||
|
||||
color5 #237923
|
||||
color13 #43ab43
|
||||
|
||||
color6 #669566
|
||||
color14 #85af85
|
||||
|
||||
color7 #717171
|
||||
color15 #d8ffd8
|
||||
|
||||
|
|
Loading…
Reference in New Issue