Correct numeric values in dark theme
This commit is contained in:
parent
fb365eb621
commit
621cac5bfd
@ -16,7 +16,7 @@ theme.fg_focus = "#1793d1"
|
||||
theme.fg_urgent = "#ffffff"
|
||||
theme.fg_minimize = "#ffffff"
|
||||
|
||||
theme.border_width = "0"
|
||||
theme.border_width = 1
|
||||
theme.border_normal = "#000000"
|
||||
theme.border_focus = "#ffffff"
|
||||
theme.border_marked = "#ff0000"
|
||||
@ -39,8 +39,8 @@ theme.tasklist_floating_icon = os.getenv("HOME") .. "/.config/awesome/themes/dar
|
||||
-- menu_[bg|fg]_[normal|focus]
|
||||
-- menu_[border_color|border_width]
|
||||
theme.menu_submenu_icon = os.getenv("HOME") .. "/.config/awesome/themes/dark/submenu.png"
|
||||
theme.menu_height = "15"
|
||||
theme.menu_width = "100"
|
||||
theme.menu_height = 15
|
||||
theme.menu_width = 100
|
||||
|
||||
-- You can add as many variables as
|
||||
-- you wish and access them by using
|
||||
|
Loading…
x
Reference in New Issue
Block a user