From 0f683e819900faaf12b8f7b81ef55c23b88af8a2 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 16 Jan 2023 11:11:53 +0000 Subject: [PATCH] Change kitty back to onedark theme --- config/kitty/kitty.conf | 4 +- ...kitty_onedark_.conf => onedark_kitty.conf} | 0 config/kitty/onehalf-dark.conf | 42 ------------------- 3 files changed, 2 insertions(+), 44 deletions(-) rename config/kitty/{kitty_onedark_.conf => onedark_kitty.conf} (100%) delete mode 100644 config/kitty/onehalf-dark.conf diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index 3c3126bd..e3b9017b 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -965,14 +965,14 @@ tab_bar_min_tabs 1 #: Color scheme {{{ -include eos_kitty.conf +include onedark_kitty.conf # foreground #dddddd # background #000000 #: The foreground and background colors. -# background_opacity 0.95 +background_opacity 0.95 #: The opacity of the background. A number between zero and one, where #: one is opaque and zero is fully transparent. This will only work if diff --git a/config/kitty/kitty_onedark_.conf b/config/kitty/onedark_kitty.conf similarity index 100% rename from config/kitty/kitty_onedark_.conf rename to config/kitty/onedark_kitty.conf diff --git a/config/kitty/onehalf-dark.conf b/config/kitty/onehalf-dark.conf deleted file mode 100644 index abfced7e..00000000 --- a/config/kitty/onehalf-dark.conf +++ /dev/null @@ -1,42 +0,0 @@ -# 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 -color0 #5d677a -color8 #5d677a - -# 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