minor updateds to style

This commit is contained in:
Solomon Laing 2021-04-08 17:35:45 +09:30
parent 902ea56330
commit 39bc2f0b54

View File

@ -90,7 +90,7 @@ myFileManager = "thunar"
-- The font to be used -- The font to be used
myFont :: String myFont :: String
myFont = "xft:Fira Code:size=9:antialias=true:hinting=true" myFont = "xft:Fira Code:antialias=true:hinting=true"
-- Whether focus follows the mouse pointer. -- Whether focus follows the mouse pointer.
myFocusFollowsMouse :: Bool myFocusFollowsMouse :: Bool
@ -388,7 +388,7 @@ tabs = renamed [Replace "tabs"]
-- setting colors for tabs layout and tabs sublayout. -- setting colors for tabs layout and tabs sublayout.
myTabTheme = def { fontName = myFont myTabTheme = def { fontName = myFont ++ ":size=12"
, activeColor = "#6b788b" , activeColor = "#6b788b"
, inactiveColor = "#121e32" , inactiveColor = "#121e32"
, activeBorderColor = "#6b788b" , activeBorderColor = "#6b788b"
@ -400,7 +400,7 @@ myTabTheme = def { fontName = myFont
-- Theme for showWName which prints current workspace when you change workspaces. -- Theme for showWName which prints current workspace when you change workspaces.
myShowWNameTheme :: SWNConfig myShowWNameTheme :: SWNConfig
myShowWNameTheme = def myShowWNameTheme = def
{ swn_font = myFont { swn_font = myFont ++ ":size=32"
, swn_fade = 1.0 , swn_fade = 1.0
, swn_bgcolor = "#121e32" , swn_bgcolor = "#121e32"
, swn_color = "#dfdfef" , swn_color = "#dfdfef"