Mar 16 Update

This commit is contained in:
2023-03-16 10:12:44 +01:00
parent a241c47ff4
commit 50659b7837
28 changed files with 890 additions and 632 deletions

View File

@@ -11,7 +11,7 @@ local themes_path = gfs.get_themes_dir()
local theme = {}
theme.font = "sans 8"
theme.font = "Noto Sans 12"
theme.bg_normal = "#000000"
theme.bg_focus = "#333333"
@@ -128,6 +128,8 @@ theme.awesome_icon = theme_assets.awesome_icon(
-- from /usr/share/icons and /usr/share/icons/hicolor will be used.
theme.icon_theme = nil
theme.hotkeys_modifiers_fg = '#fcc100'
return theme
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80