Moved fonts to config file

This commit is contained in:
2023-08-21 19:00:27 -07:00
parent 459e31371f
commit 23e3adc741
9 changed files with 36 additions and 21 deletions

View File

@ -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

View File

@ -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

View File

@ -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