diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 3e1189f..95ab739 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -5,40 +5,5 @@ bold_italic_font auto font_size 12.0 -# plastic color scheme -background #21252b -foreground #a9b2c3 - -# black -color0 #21252b -color8 #a9b2c3 - -# red -color1 #e06c75 -color9 #ff3334 - -# green -color2 #b9ca4a -color10 #9ec400 - -# yellow -color3 #e6c546 -color11 #e7c547 - -# blue -color4 #61afef -color12 #7aa6da - -# magenta -color5 #c397d8 -color13 #b77ee0 - -# cyan -color6 #70c0ba -color14 #54ced6 - -# white -color7 #eaeaea -color15 #ffffff - - +include themes/onehalf-dark.conf +#include themes/onehalf-light.conf diff --git a/.config/kitty/themes/onehalf-dark.conf b/.config/kitty/themes/onehalf-dark.conf new file mode 100644 index 0000000..505fe13 --- /dev/null +++ b/.config/kitty/themes/onehalf-dark.conf @@ -0,0 +1,41 @@ +# Onehalf Colorscheme for Kitty +# Based on https://github.com/sonph/onehalf +# By https://github.com/dbinary + +foreground #dcdfe4 +background #282c34 +selection_foreground #000000 +selection_background #FFFACD +url_color #0087BD + +# black +color0 #282c34 +color8 #282c36 + +# red +color1 #e06c75 +color9 #e06c75 + +# green +color2 #98c379 +color10 #98c379 + +# yellow +color3 #e5c07b +color11 #e5c07b + +# blue +color4 #61afef +color12 #61afef + +# magenta +color5 #c678dd +color13 #c678dd + +# cyan +color6 #56b6c2 +color14 #56b6c2 + +# white +color7 #dcdfe4 +color15 #dcdfe4 diff --git a/.config/kitty/themes/onehalf-light.conf b/.config/kitty/themes/onehalf-light.conf new file mode 100644 index 0000000..44c5467 --- /dev/null +++ b/.config/kitty/themes/onehalf-light.conf @@ -0,0 +1,41 @@ +# Onehalf Light Colorscheme for Kitty +# Based on https://github.com/sonph/onehalf +# By https://github.com/dbinary + +foreground #383A42 +background #FAFAFA +selection_foreground #383A42 +selection_background #BFCEFF +url_color #F0F0F0 + +# black +color0 #383A42 +color8 #383A42 + +# red +color1 #E45649 +color9 #E45649 + +# green +color2 #40A14F +color10 #40A14F + +# yellow +color3 #C18401 +color11 #C18401 + +# blue +color4 #0184BC +color12 #0184BC + +# magenta +color5 #A626A4 +color13 #A626A4 + +# cyan +color6 #0997B3 +color14 #0997B3 + +# white +color7 #FAFAFA +color15 #FAFAFA diff --git a/.config/kitty/themes/plastic.conf b/.config/kitty/themes/plastic.conf new file mode 100644 index 0000000..08a88d8 --- /dev/null +++ b/.config/kitty/themes/plastic.conf @@ -0,0 +1,37 @@ +# plastic color scheme +background #21252b +foreground #a9b2c3 + +# black +color0 #21252b +color8 #a9b2c3 + +# red +color1 #e06c75 +color9 #ff3334 + +# green +color2 #b9ca4a +color10 #9ec400 + +# yellow +color3 #e6c546 +color11 #e7c547 + +# blue +color4 #61afef +color12 #7aa6da + +# magenta +color5 #c397d8 +color13 #b77ee0 + +# cyan +color6 #70c0ba +color14 #54ced6 + +# white +color7 #eaeaea +color15 #ffffff + +