Compare commits

...

2 Commits

3 changed files with 26 additions and 26 deletions

View File

@ -33,23 +33,23 @@ schemes:
background: '#e9f2f5'
foreground: '#6d797c'
normal:
black: '#c1dce3'
black: '#1b1c1c'
red: '#d0426a'
green: '#52833e'
yellow: '#8e733f'
blue: '#44808b'
magenta: '#b14cc1'
cyan: '#42827a'
white: '#616c6f'
white: '#c2c7c9'
bright:
black: '#a3c1c8'
black: '#454748'
red: '#e34d76'
green: '#5b9146'
yellow: '#9d8046'
blue: '#4c8d99'
magenta: '#c455d5'
cyan: '#4a8f87'
white: '#798689'
white: '#eff1f1'
everforest_dark_hard: &everforest_dark_hard
primary:
background: '#272e33'
@ -185,7 +185,7 @@ schemes:
draw_bold_text_with_bright_colors: false
colors: *dark
colors: *light
font:
size: 10.5

View File

@ -9,18 +9,18 @@ theme.font = "GoMono Nerd Font 10.5"
theme.tasklist_disable_icon = true
theme.wibar_height = 40
theme.bg_normal = "#29333d"
theme.bg_focus = "#454c54"
theme.bg_urgent = "#dfaa9f"
theme.bg_minimize = "#5c6670"
theme.bg_normal = "#283538"
theme.bg_focus = "#495d62"
theme.bg_urgent = "#d8aeb5"
theme.bg_minimize = "#4e5c5f"
theme.bg_systray = theme.bg_normal
theme.tasklist_bg_focus = "#3d4c5c"
theme.tasklist_bg_focus = "#354d52"
theme.fg_normal = "#7a99b8"
theme.fg_focus = "#b3c4d6"
theme.fg_normal = "#9ea7aa"
theme.fg_focus = "#b1babd"
theme.fg_urgent = theme.bg_focus
theme.fg_minimize = "#b9bfc6"
theme.taglist_fg_empty = "#536e88"
theme.fg_minimize = "#8a9294"
theme.taglist_fg_empty = "#798082"
theme.useless_gap = dpi(1)
theme.border_width = dpi(2)
@ -28,7 +28,7 @@ theme.border_normal = "#708090"
theme.border_focus = "#a0522d"
theme.border_marked = "#91231c"
theme.bg_wallpaper = "#505962"
theme.bg_wallpaper = "#424a4c"
-- You can use your own layout icons like this:
theme.layout_fairh = themes_path .. "default/layouts/fairhw.png"

View File

@ -9,18 +9,18 @@ theme.font = "GoMono Nerd Font 10.5"
theme.tasklist_disable_icon = true
theme.wibar_height = 40
theme.bg_normal = "#29333D"
theme.bg_focus = "#99BFE6"
theme.bg_urgent = "#DFAA9F"
theme.bg_minimize = "#5C6670"
theme.bg_normal = "#283538"
theme.bg_focus = "#badde6"
theme.bg_urgent = "#d0426a"
theme.bg_minimize = "#627b81"
theme.bg_systray = theme.bg_normal
theme.tasklist_bg_focus = "#7EA6CD"
theme.tasklist_bg_focus = "#9cc2cb"
theme.fg_normal = "#A5ADB6"
theme.fg_focus = "#252E37"
theme.fg_urgent = theme.fg_focus
theme.fg_minimize = "#B9BFC6"
theme.taglist_fg_empty = "#76828F"
theme.fg_normal = "#616c6f"
theme.fg_focus = "#363d3e"
theme.fg_urgent = "#e9f2f5"
theme.fg_minimize = "#4b5456"
theme.taglist_fg_empty = "#566063"
theme.useless_gap = dpi(1)
theme.border_width = dpi(2)
@ -28,7 +28,7 @@ theme.border_normal = "#bebebe"
theme.border_focus = "#ff7f50"
theme.border_marked = "#91231c"
theme.bg_wallpaper = "#9DA6AF"
theme.bg_wallpaper = "#b0bec2"
-- You can use your own layout icons like this:
theme.layout_fairh = themes_path .. "default/layouts/fairhw.png"