Moved fonts to config file
This commit is contained in:
@ -19,7 +19,7 @@ local overrides = function(theme)
|
||||
|
||||
|
||||
|
||||
theme.prompt_font = "Comfortaa 14"
|
||||
theme.prompt_font = config.core.font.prompt
|
||||
theme.prompt_fg = theme.color.white
|
||||
theme.prompt_bg = "#00000000"
|
||||
theme.prompt_fg_cursor = theme.color.black
|
||||
|
@ -19,7 +19,7 @@ local theme = bar(theme)
|
||||
local theme = clients(theme)
|
||||
local theme = notifications(theme)
|
||||
|
||||
theme.font = "Hack NF 12"
|
||||
theme.font = config.core.font.main
|
||||
|
||||
theme.wallpaper = config.core.wallpaper
|
||||
|
||||
|
@ -17,7 +17,7 @@ local overrides = function(theme)
|
||||
--theme.hotkeys_group_magin = 5
|
||||
|
||||
-- Notification theming
|
||||
theme.notification_font = "Comfortaa 8"
|
||||
theme.notification_font = config.core.font.normal_small
|
||||
theme.notification_bg = theme.color.black
|
||||
theme.notification_fg = theme.color.white
|
||||
|
||||
|
Reference in New Issue
Block a user