diff --git a/kitty/current-theme.conf b/kitty/current-theme.conf new file mode 100644 index 0000000..747996a --- /dev/null +++ b/kitty/current-theme.conf @@ -0,0 +1,21 @@ +background #f7f7f7 +foreground #494542 +cursor #494542 +selection_background #a4a1a1 +color0 #090200 +color8 #5b5754 +color1 #da2c20 +color9 #e8bacf +color2 #00a152 +color10 #3a3332 +color3 #fcec02 +color11 #494542 +color4 #00a0e4 +color12 #7f7c7b +color5 #a06994 +color13 #d6d4d3 +color6 #b5e4f4 +color14 #ccab53 +color7 #a4a1a1 +color15 #f7f7f7 +selection_foreground #f7f7f7 diff --git a/kitty/kitty.conf b/kitty/kitty.conf index a695a81..55b993d 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -1,2 +1,8 @@ background_opacity 1.0 hide_window_decorations yes + + +# BEGIN_KITTY_THEME +# 3024 Day +include current-theme.conf +# END_KITTY_THEME \ No newline at end of file diff --git a/kitty/kitty.conf.bak b/kitty/kitty.conf.bak new file mode 100644 index 0000000..a695a81 --- /dev/null +++ b/kitty/kitty.conf.bak @@ -0,0 +1,2 @@ +background_opacity 1.0 +hide_window_decorations yes