added theme and widgets to screens
This commit is contained in:
25
qtile/themes/colors.py
Normal file
25
qtile/themes/colors.py
Normal file
@@ -0,0 +1,25 @@
|
||||
# --------------------------------------------------------
|
||||
# Gruvbox Dark Theme Colors
|
||||
# --------------------------------------------------------
|
||||
gruvbox_dark = {
|
||||
"bg0_hard": "#1d2021", # Background, hard
|
||||
"bg0_soft": "#32302f", # Background, soft
|
||||
"bg0_normal": "#282828", # Background, normal
|
||||
"bg1": "#3c3836", # Secondary background
|
||||
"bg2": "#504945", # Background, darker
|
||||
"bg3": "#665c54", # Background, lighter
|
||||
"bg4": "#7c6f64", # Background, lightest
|
||||
|
||||
"fg0": "#fbf1c7", # Foreground, light
|
||||
"fg1": "#ebdbb2", # Foreground, normal
|
||||
"fg2": "#d5c4a1", # Foreground, slightly dark
|
||||
"fg3": "#bdae93", # Foreground, dark
|
||||
|
||||
"red": "#cc241d", # Red
|
||||
"orange": "#d65d0e", # Orange
|
||||
"yellow": "#d79921", # Yellow
|
||||
"green": "#98971a", # Green
|
||||
"aqua": "#689d6a", # Aqua
|
||||
"blue": "#458588", # Blue
|
||||
"purple": "#b16286" # Purple
|
||||
}
|
||||
Reference in New Issue
Block a user