Compare commits
No commits in common. "dd671ecb4aec9804b9b884fdfd2b9804687de24c" and "72771b0ea831220317130686e8f72d2d3ba13050" have entirely different histories.
dd671ecb4a
...
72771b0ea8
@ -33,23 +33,23 @@ schemes:
|
|||||||
background: '#e9f2f5'
|
background: '#e9f2f5'
|
||||||
foreground: '#6d797c'
|
foreground: '#6d797c'
|
||||||
normal:
|
normal:
|
||||||
black: '#1b1c1c'
|
black: '#c1dce3'
|
||||||
red: '#d0426a'
|
red: '#d0426a'
|
||||||
green: '#52833e'
|
green: '#52833e'
|
||||||
yellow: '#8e733f'
|
yellow: '#8e733f'
|
||||||
blue: '#44808b'
|
blue: '#44808b'
|
||||||
magenta: '#b14cc1'
|
magenta: '#b14cc1'
|
||||||
cyan: '#42827a'
|
cyan: '#42827a'
|
||||||
white: '#c2c7c9'
|
white: '#616c6f'
|
||||||
bright:
|
bright:
|
||||||
black: '#454748'
|
black: '#a3c1c8'
|
||||||
red: '#e34d76'
|
red: '#e34d76'
|
||||||
green: '#5b9146'
|
green: '#5b9146'
|
||||||
yellow: '#9d8046'
|
yellow: '#9d8046'
|
||||||
blue: '#4c8d99'
|
blue: '#4c8d99'
|
||||||
magenta: '#c455d5'
|
magenta: '#c455d5'
|
||||||
cyan: '#4a8f87'
|
cyan: '#4a8f87'
|
||||||
white: '#eff1f1'
|
white: '#798689'
|
||||||
everforest_dark_hard: &everforest_dark_hard
|
everforest_dark_hard: &everforest_dark_hard
|
||||||
primary:
|
primary:
|
||||||
background: '#272e33'
|
background: '#272e33'
|
||||||
@ -185,7 +185,7 @@ schemes:
|
|||||||
|
|
||||||
draw_bold_text_with_bright_colors: false
|
draw_bold_text_with_bright_colors: false
|
||||||
|
|
||||||
colors: *light
|
colors: *dark
|
||||||
|
|
||||||
font:
|
font:
|
||||||
size: 10.5
|
size: 10.5
|
||||||
|
@ -9,18 +9,18 @@ theme.font = "GoMono Nerd Font 10.5"
|
|||||||
theme.tasklist_disable_icon = true
|
theme.tasklist_disable_icon = true
|
||||||
theme.wibar_height = 40
|
theme.wibar_height = 40
|
||||||
|
|
||||||
theme.bg_normal = "#283538"
|
theme.bg_normal = "#29333d"
|
||||||
theme.bg_focus = "#495d62"
|
theme.bg_focus = "#454c54"
|
||||||
theme.bg_urgent = "#d8aeb5"
|
theme.bg_urgent = "#dfaa9f"
|
||||||
theme.bg_minimize = "#4e5c5f"
|
theme.bg_minimize = "#5c6670"
|
||||||
theme.bg_systray = theme.bg_normal
|
theme.bg_systray = theme.bg_normal
|
||||||
theme.tasklist_bg_focus = "#354d52"
|
theme.tasklist_bg_focus = "#3d4c5c"
|
||||||
|
|
||||||
theme.fg_normal = "#9ea7aa"
|
theme.fg_normal = "#7a99b8"
|
||||||
theme.fg_focus = "#b1babd"
|
theme.fg_focus = "#b3c4d6"
|
||||||
theme.fg_urgent = theme.bg_focus
|
theme.fg_urgent = theme.bg_focus
|
||||||
theme.fg_minimize = "#8a9294"
|
theme.fg_minimize = "#b9bfc6"
|
||||||
theme.taglist_fg_empty = "#798082"
|
theme.taglist_fg_empty = "#536e88"
|
||||||
|
|
||||||
theme.useless_gap = dpi(1)
|
theme.useless_gap = dpi(1)
|
||||||
theme.border_width = dpi(2)
|
theme.border_width = dpi(2)
|
||||||
@ -28,7 +28,7 @@ theme.border_normal = "#708090"
|
|||||||
theme.border_focus = "#a0522d"
|
theme.border_focus = "#a0522d"
|
||||||
theme.border_marked = "#91231c"
|
theme.border_marked = "#91231c"
|
||||||
|
|
||||||
theme.bg_wallpaper = "#424a4c"
|
theme.bg_wallpaper = "#505962"
|
||||||
|
|
||||||
-- You can use your own layout icons like this:
|
-- You can use your own layout icons like this:
|
||||||
theme.layout_fairh = themes_path .. "default/layouts/fairhw.png"
|
theme.layout_fairh = themes_path .. "default/layouts/fairhw.png"
|
||||||
|
@ -9,18 +9,18 @@ theme.font = "GoMono Nerd Font 10.5"
|
|||||||
theme.tasklist_disable_icon = true
|
theme.tasklist_disable_icon = true
|
||||||
theme.wibar_height = 40
|
theme.wibar_height = 40
|
||||||
|
|
||||||
theme.bg_normal = "#283538"
|
theme.bg_normal = "#29333D"
|
||||||
theme.bg_focus = "#badde6"
|
theme.bg_focus = "#99BFE6"
|
||||||
theme.bg_urgent = "#d0426a"
|
theme.bg_urgent = "#DFAA9F"
|
||||||
theme.bg_minimize = "#627b81"
|
theme.bg_minimize = "#5C6670"
|
||||||
theme.bg_systray = theme.bg_normal
|
theme.bg_systray = theme.bg_normal
|
||||||
theme.tasklist_bg_focus = "#9cc2cb"
|
theme.tasklist_bg_focus = "#7EA6CD"
|
||||||
|
|
||||||
theme.fg_normal = "#616c6f"
|
theme.fg_normal = "#A5ADB6"
|
||||||
theme.fg_focus = "#363d3e"
|
theme.fg_focus = "#252E37"
|
||||||
theme.fg_urgent = "#e9f2f5"
|
theme.fg_urgent = theme.fg_focus
|
||||||
theme.fg_minimize = "#4b5456"
|
theme.fg_minimize = "#B9BFC6"
|
||||||
theme.taglist_fg_empty = "#566063"
|
theme.taglist_fg_empty = "#76828F"
|
||||||
|
|
||||||
theme.useless_gap = dpi(1)
|
theme.useless_gap = dpi(1)
|
||||||
theme.border_width = dpi(2)
|
theme.border_width = dpi(2)
|
||||||
@ -28,7 +28,7 @@ theme.border_normal = "#bebebe"
|
|||||||
theme.border_focus = "#ff7f50"
|
theme.border_focus = "#ff7f50"
|
||||||
theme.border_marked = "#91231c"
|
theme.border_marked = "#91231c"
|
||||||
|
|
||||||
theme.bg_wallpaper = "#b0bec2"
|
theme.bg_wallpaper = "#9DA6AF"
|
||||||
|
|
||||||
-- You can use your own layout icons like this:
|
-- You can use your own layout icons like this:
|
||||||
theme.layout_fairh = themes_path .. "default/layouts/fairhw.png"
|
theme.layout_fairh = themes_path .. "default/layouts/fairhw.png"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user