alacritty/awesome: update fonts and colosrcheme

This commit is contained in:
Robert Kmieć
2023-05-09 23:18:53 +02:00
parent 08e34a3227
commit 00f8c3a002
3 changed files with 45 additions and 41 deletions

View File

@@ -1 +1 @@
themes/falcon.lua
themes/srcery.lua

View File

@@ -11,24 +11,8 @@ local themes_path = gfs.get_themes_dir()
local theme = {}
theme.font = "sans 8"
theme.font = "iM WritingMonoS Nerd Font 8"
-- theme.bg_normal = "#222222"
-- theme.bg_focus = "#535d6c"
-- theme.bg_urgent = "#ff0000"
-- theme.bg_minimize = "#444444"
-- theme.bg_systray = theme.bg_normal
--
-- theme.fg_normal = "#aaaaaa"
-- theme.fg_focus = "#ffffff"
-- theme.fg_urgent = "#ffffff"
-- theme.fg_minimize = "#ffffff"
--
-- theme.useless_gap = dpi(0)
-- theme.border_width = dpi(1)
-- theme.border_normal = "#000000"
-- theme.border_focus = "#535d6c"
-- theme.border_marked = "#91231c"
local srcery_colors = {}
srcery_colors.black = "#1C1B19"
srcery_colors.red = "#EF2F27"
@@ -44,26 +28,26 @@ srcery_colors.brightgreen = "#98BC37"
srcery_colors.brightyellow = "#FED06E"
srcery_colors.brightblue = "#68A8E4"
srcery_colors.brightmagenta = "#FF5C8F"
srcery_colors.brightcyan = "#53FDE9"
srcery_colors.brightcyan = "#2BE4D0"
srcery_colors.brightwhite = "#FCE8C3"
-- Theme setting.
theme.bg_normal = srcery_colors.black
theme.bg_focus = srcery_colors.blue
theme.bg_normal = srcery_colors.brightblack
theme.bg_focus = srcery_colors.white
theme.bg_urgent = srcery_colors.brightred
theme.bg_minimize = srcery_colors.brightblack
theme.bg_minimize = srcery_colors.black
theme.bg_systray = theme.bg_normal
theme.fg_normal = srcery_colors.white
theme.fg_focus = srcery_colors.brightwhite
theme.fg_urgent = srcery_colors.brightwhite
theme.fg_minimize = srcery_colors.brightwhite
theme.fg_normal = srcery_colors.black
theme.fg_focus = srcery_colors.blue
theme.fg_urgent = srcery_colors.magenta
theme.fg_minimize = srcery_colors.white
theme.useless_gap = dpi(0)
theme.border_width = dpi(2)
theme.border_normal = srcery_colors.black
theme.border_focus = srcery_colors.blue
theme.border_marked = srcery_colors.magenta
theme.border_normal = srcery_colors.brightblack
theme.border_focus = srcery_colors.white
theme.border_marked = srcery_colors.brightred
-- There are other variable sets
-- overriding the default one when