mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 20:39:39 +00:00
qtile: change bar theme
This commit is contained in:
parent
d56c27ecaa
commit
7c45551c8a
@ -136,14 +136,14 @@ for i, (name, kwargs) in enumerate(group_names, 1):
|
|||||||
|
|
||||||
|
|
||||||
colors = {
|
colors = {
|
||||||
"background": "#272A34",
|
"background": "#1A1B26",
|
||||||
"background_highlight": "#363D54",
|
"background_highlight": "#24283B",
|
||||||
"text": "#EAEDF6",
|
"text": "#D4D8EA",
|
||||||
"accent_color_dark": "#1C325E",
|
"accent_color_dark": "#1B294B",
|
||||||
"accent_color_light": "#49659C",
|
"accent_color_light": "#495C88",
|
||||||
"accent_highlight": "#214897",
|
"accent_highlight": "#203769",
|
||||||
"active": "#9EBEFF",
|
"active": "#7AA2F7",
|
||||||
"inactive": "#B4C5E4",
|
"inactive": "#565f89",
|
||||||
}
|
}
|
||||||
|
|
||||||
layout_theme = {
|
layout_theme = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user