Update colors for catppuccin theme

master
Max Cohen 2022-07-10 12:12:57 +02:00
parent e326ca25f6
commit a6279e7f9f
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ from libqtile.config import Click, Drag, Group, Key, Match, Screen, ScratchPad,
from libqtile.lazy import lazy
_WM = {
"COLOR_BG_BAR": "#2e3440",
"COLOR_BG_BAR": "#1E1E2E",
"COLOR_FOCUS": "#81a1c1",
"COLOR_URGENT": "#bf616a",
}