From 5d7b8336106e6a182dcef3184765f482fd745cd0 Mon Sep 17 00:00:00 2001 From: ray Date: Wed, 25 Mar 2020 20:09:08 +0000 Subject: [PATCH] move colors to own file --- kitty-colors.conf | 34 ++++++++++++++++++++++++++++++++++ kitty.conf | 35 +---------------------------------- 2 files changed, 35 insertions(+), 34 deletions(-) create mode 100644 kitty-colors.conf diff --git a/kitty-colors.conf b/kitty-colors.conf new file mode 100644 index 0000000..a345115 --- /dev/null +++ b/kitty-colors.conf @@ -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 + + diff --git a/kitty.conf b/kitty.conf index b6a561f..82ada28 100644 --- a/kitty.conf +++ b/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 -