added config.py for qtile and corrected current-theme.conf for kitty
This commit is contained in:
@@ -1,46 +1,51 @@
|
|||||||
|
# --------------------------------------------------------
|
||||||
|
# Gruvbox Dark Theme
|
||||||
|
# Using colors from the qtile configuration
|
||||||
|
# --------------------------------------------------------
|
||||||
|
|
||||||
# General
|
# General
|
||||||
background #1d2021
|
background #282828
|
||||||
foreground #ebdbb2
|
foreground #ebdbb2
|
||||||
selection_background #d65d0e
|
selection_background #d65d0e
|
||||||
selection_foreground #ebdbb2
|
selection_foreground #ebdbb2
|
||||||
cursor #bdae93
|
cursor #d5c4a1
|
||||||
cursor_text_color #665c54
|
cursor_text_color #282828
|
||||||
url_color #458588
|
url_color #458588
|
||||||
|
|
||||||
tabb_bar_background #cc241d
|
|
||||||
active_tab_foreground #32302f
|
|
||||||
active_tab_background #ebdbb2
|
|
||||||
inactive_tab_background #458588
|
|
||||||
|
|
||||||
|
tab_bar_background #282828
|
||||||
|
active_tab_foreground #fbf1c7
|
||||||
|
active_tab_background #98971a
|
||||||
|
inactive_tab_background #665c54
|
||||||
|
inactive_tab_foreground #ebdbb2
|
||||||
|
|
||||||
# Black
|
# Black
|
||||||
color0 #3c3836
|
color0 #3c3836
|
||||||
color8 #928374
|
color8 #7c6f64
|
||||||
|
|
||||||
# Red
|
# Red
|
||||||
color1 #cc241d
|
color1 #cc241d
|
||||||
color9 #fb4934
|
color9 #d65d0e
|
||||||
|
|
||||||
# Green
|
# Green
|
||||||
color2 #98971a
|
color2 #98971a
|
||||||
color10 #b8bb26
|
color10 #689d6a
|
||||||
|
|
||||||
# Yellow
|
# Yellow
|
||||||
color3 #d79921
|
color3 #d79921
|
||||||
color11 #fabd2f
|
color11 #fabd2f
|
||||||
|
|
||||||
# Blue
|
# Blue
|
||||||
color4 #458588
|
color4 #458588
|
||||||
color12 #83a598
|
color12 #689d6a
|
||||||
|
|
||||||
# Magenta
|
# Magenta (Purple in your qtile config)
|
||||||
color5 #b16286
|
color5 #b16286
|
||||||
color13 #d3869b
|
color13 #d3869b
|
||||||
|
|
||||||
# Cyan
|
# Cyan (Aqua in your qtile config)
|
||||||
color6 #689d6a
|
color6 #689d6a
|
||||||
color14 #8ec07c
|
color14 #8ec07c
|
||||||
|
|
||||||
# White
|
# White
|
||||||
color7 #a89984
|
color7 #d5c4a1
|
||||||
color15 #fbf1c7
|
color15 #fbf1c7
|
||||||
|
|||||||
0
qtile/config.py
Normal file
0
qtile/config.py
Normal file
Reference in New Issue
Block a user