Bling and tags
This commit is contained in:
parent
48e4ba09b5
commit
fb12170c90
4 changed files with 42 additions and 18 deletions
|
@ -17,27 +17,45 @@ theme.font = "VictorMono Nerd Font SemiBold 10"
|
|||
|
||||
-- COLORS
|
||||
-- Try to build a theme off of SNAZZY
|
||||
theme.bg_normal = "#282a36"
|
||||
theme.bg_light = "#34353e"
|
||||
theme.bg_focus = "#43454f"
|
||||
theme.base00 = "#282a36"
|
||||
theme.base01 = "#34353e"
|
||||
theme.base02 = "#43454f"
|
||||
theme.base03 = "#78787e"
|
||||
theme.base04 = "#a5a5a9"
|
||||
theme.base05 = "#e2e4e5"
|
||||
theme.base06 = "#eff0eb"
|
||||
theme.base07 = "#f1f1f0"
|
||||
theme.base08 = "#ff5c57"
|
||||
theme.base09 = "#ff9f43"
|
||||
theme.base0A = "#f3f99d"
|
||||
theme.base0B = "#5af78e"
|
||||
theme.base0C = "#9aedfe"
|
||||
theme.base0D = "#57c7ff"
|
||||
theme.base0E = "#ff6ac1"
|
||||
theme.base0F = "#b2643c"
|
||||
|
||||
theme.bg_normal = theme.base00
|
||||
theme.bg_light = theme.base01
|
||||
theme.bg_focus = theme.base0D -- Base02
|
||||
theme.bg_minimize = "#78787e"
|
||||
theme.bg_urgent = "#ff5c57"
|
||||
theme.bg_systray = theme.bg_normal
|
||||
|
||||
theme.fg_normal = "#a5a5a9"
|
||||
theme.fg_focus = "#e2e4e5"
|
||||
theme.fg_focus = theme.base02
|
||||
theme.fg_urgent = "#e2e4e5"
|
||||
theme.fg_minimize = "#e2e4e5"
|
||||
|
||||
theme.red = "#ff5c57"
|
||||
|
||||
theme.useless_gap = dpi(6)
|
||||
theme.useless_gap = dpi(9)
|
||||
theme.border_width = dpi(0)
|
||||
theme.transparent = "#00000000"
|
||||
theme.border_normal = "#00000000"
|
||||
theme.border_focus = "#00000000"
|
||||
theme.border_marked = "#00000000"
|
||||
|
||||
theme.master_width_factor = 0.65
|
||||
-- There are other variable sets
|
||||
-- overriding the default one when
|
||||
-- defined, the sets are:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue