diff --git a/kitty/current-theme.conf b/kitty/current-theme.conf index b589b31..2260840 100644 --- a/kitty/current-theme.conf +++ b/kitty/current-theme.conf @@ -1,46 +1,51 @@ +# -------------------------------------------------------- +# Gruvbox Dark Theme +# Using colors from the qtile configuration +# -------------------------------------------------------- + # General -background #1d2021 -foreground #ebdbb2 -selection_background #d65d0e -selection_foreground #ebdbb2 -cursor #bdae93 -cursor_text_color #665c54 -url_color #458588 - -tabb_bar_background #cc241d -active_tab_foreground #32302f -active_tab_background #ebdbb2 -inactive_tab_background #458588 +background #282828 +foreground #ebdbb2 +selection_background #d65d0e +selection_foreground #ebdbb2 +cursor #d5c4a1 +cursor_text_color #282828 +url_color #458588 +tab_bar_background #282828 +active_tab_foreground #fbf1c7 +active_tab_background #98971a +inactive_tab_background #665c54 +inactive_tab_foreground #ebdbb2 # Black -color0 #3c3836 -color8 #928374 +color0 #3c3836 +color8 #7c6f64 # Red -color1 #cc241d -color9 #fb4934 +color1 #cc241d +color9 #d65d0e # Green -color2 #98971a -color10 #b8bb26 +color2 #98971a +color10 #689d6a # Yellow -color3 #d79921 -color11 #fabd2f +color3 #d79921 +color11 #fabd2f # Blue -color4 #458588 -color12 #83a598 +color4 #458588 +color12 #689d6a -# Magenta -color5 #b16286 -color13 #d3869b +# Magenta (Purple in your qtile config) +color5 #b16286 +color13 #d3869b -# Cyan -color6 #689d6a -color14 #8ec07c +# Cyan (Aqua in your qtile config) +color6 #689d6a +color14 #8ec07c # White -color7 #a89984 -color15 #fbf1c7 +color7 #d5c4a1 +color15 #fbf1c7 diff --git a/qtile/config.py b/qtile/config.py new file mode 100644 index 0000000..e69de29