summaryrefslogtreecommitdiff
path: root/.config/sketchybar/items/spaces.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/sketchybar/items/spaces.lua')
-rw-r--r--.config/sketchybar/items/spaces.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/sketchybar/items/spaces.lua b/.config/sketchybar/items/spaces.lua
index 28b1ebb..0bd9868 100644
--- a/.config/sketchybar/items/spaces.lua
+++ b/.config/sketchybar/items/spaces.lua
@@ -19,9 +19,9 @@ local function selectCurrentWorkspace(focusedWorkspaceName)
if item ~= nil then
local isSelected = sid == constants.items.SPACES .. "." .. focusedWorkspaceName
item:set({
- icon = { color = isSelected and settings.colors.bg1 or settings.colors.white },
- label = { color = isSelected and settings.colors.bg1 or settings.colors.white },
- background = { color = isSelected and settings.colors.white or settings.colors.bg1 },
+ icon = { color = isSelected and settings.colors.black or settings.colors.white },
+ label = { color = isSelected and settings.colors.bg2 or settings.colors.white },
+ background = { color = isSelected and settings.colors.green or settings.colors.bg1 },
})
end
end