awesome/alacritty: change base hue from 235 to 210
This commit is contained in:
parent
744e838901
commit
ddcbced9ff
@ -8,45 +8,45 @@ env:
|
|||||||
schemes:
|
schemes:
|
||||||
dark: &dark
|
dark: &dark
|
||||||
primary:
|
primary:
|
||||||
background: '#2b2d3b'
|
background: '#2b333b'
|
||||||
foreground: '#cdcfe4'
|
foreground: '#cdd9e4'
|
||||||
normal:
|
normal:
|
||||||
black: '#0b0b0f'
|
black: '#0b0d0f'
|
||||||
red: '#df9f9f'
|
red: '#df9f9f'
|
||||||
green: '#9fdfaa'
|
green: '#9fdfaa'
|
||||||
yellow: '#dfd59f'
|
yellow: '#dfd59f'
|
||||||
blue: '#9fa5df'
|
blue: '#9fbfdf'
|
||||||
magenta: '#df9fc5'
|
magenta: '#df9fc5'
|
||||||
cyan: '#9fcfdf'
|
cyan: '#9fcfdf'
|
||||||
white: '#eeeff6'
|
white: '#eef2f6'
|
||||||
bright:
|
bright:
|
||||||
black: '#4c4e67'
|
black: '#4c5967'
|
||||||
red: '#e6b3b3'
|
red: '#e6b3b3'
|
||||||
green: '#b3e6bb'
|
green: '#b3e6bb'
|
||||||
yellow: '#e6ddb3'
|
yellow: '#e6ddb3'
|
||||||
blue: '#b3b7e6'
|
blue: '#b3cce6'
|
||||||
magenta: '#e6b3d0'
|
magenta: '#e6b3d0'
|
||||||
cyan: '#b3d9e6'
|
cyan: '#b3d9e6'
|
||||||
white: '#fcfcfd'
|
white: '#fcfcfd'
|
||||||
light: &light
|
light: &light
|
||||||
primary:
|
primary:
|
||||||
background: '#f5f6f9'
|
background: '#f5f7f9'
|
||||||
foreground: '#242642'
|
foreground: '#243342'
|
||||||
normal:
|
normal:
|
||||||
black: '#0b0b0f'
|
black: '#0b0d0f'
|
||||||
red: '#862d2d'
|
red: '#862d2d'
|
||||||
green: '#2d863c'
|
green: '#2d863c'
|
||||||
yellow: '#86772d'
|
yellow: '#86772d'
|
||||||
blue: '#2d3486'
|
blue: '#2d5986'
|
||||||
magenta: '#862d61'
|
magenta: '#862d61'
|
||||||
cyan: '#2d7086'
|
cyan: '#2d7086'
|
||||||
white: '#eeeff6'
|
white: '#eef2f6'
|
||||||
bright:
|
bright:
|
||||||
black: '#989bb3'
|
black: '#627384'
|
||||||
red: '#df9f9f'
|
red: '#df9f9f'
|
||||||
green: '#9fdfaa'
|
green: '#9fdfaa'
|
||||||
yellow: '#dfd59f'
|
yellow: '#dfd59f'
|
||||||
blue: '#9fa5df'
|
blue: '#9fbfdf'
|
||||||
magenta: '#df9fc5'
|
magenta: '#df9fc5'
|
||||||
cyan: '#9fcfdf'
|
cyan: '#9fcfdf'
|
||||||
white: '#fcfcfd'
|
white: '#fcfcfd'
|
||||||
|
@ -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 = "#292b3d"
|
theme.bg_normal = "#29333d"
|
||||||
theme.bg_focus = "#454654"
|
theme.bg_focus = "#454c54"
|
||||||
theme.bg_urgent = "#dfaa9f"
|
theme.bg_urgent = "#dfaa9f"
|
||||||
theme.bg_minimize = "#5c5e70"
|
theme.bg_minimize = "#5c6670"
|
||||||
theme.bg_systray = theme.bg_normal
|
theme.bg_systray = theme.bg_normal
|
||||||
theme.tasklist_bg_focus = "#3d405c"
|
theme.tasklist_bg_focus = "#3d4c5c"
|
||||||
|
|
||||||
theme.fg_normal = "#7a7fb8"
|
theme.fg_normal = "#7a99b8"
|
||||||
theme.fg_focus = "#b3b6d6"
|
theme.fg_focus = "#b3c4d6"
|
||||||
theme.fg_urgent = theme.bg_focus
|
theme.fg_urgent = theme.bg_focus
|
||||||
theme.fg_minimize = "#b9bac6"
|
theme.fg_minimize = "#b9bfc6"
|
||||||
theme.taglist_fg_empty = "#535888"
|
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 = "#505262"
|
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 = "#292b3d"
|
theme.bg_normal = "#29333D"
|
||||||
theme.bg_focus = "#999fe6"
|
theme.bg_focus = "#99BFE6"
|
||||||
theme.bg_urgent = "#dfaa9f"
|
theme.bg_urgent = "#DFAA9F"
|
||||||
theme.bg_minimize = "#5c5e70"
|
theme.bg_minimize = "#5C6670"
|
||||||
theme.bg_systray = theme.bg_normal
|
theme.bg_systray = theme.bg_normal
|
||||||
theme.tasklist_bg_focus = "#7e85cd"
|
theme.tasklist_bg_focus = "#7EA6CD"
|
||||||
|
|
||||||
theme.fg_normal = "#9599c6"
|
theme.fg_normal = "#A5ADB6"
|
||||||
theme.fg_focus = "#252637"
|
theme.fg_focus = "#252E37"
|
||||||
theme.fg_urgent = theme.fg_focus
|
theme.fg_urgent = theme.fg_focus
|
||||||
theme.fg_minimize = "#b9bac6"
|
theme.fg_minimize = "#B9BFC6"
|
||||||
theme.taglist_fg_empty = "#6469a0"
|
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 = "#9d9eaf"
|
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