Skip to content

Commit a166feb

Browse files
Update Theme
Signed-off-by: The-Repo-Club <wayne6324@gmail.com>
1 parent 705316f commit a166feb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

config.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ static struct Config config = {
33
.font = "monospace:size=9,DejaVuSansMono:size=9",
44

55
/* colors */
6-
.background_color = "#FFFFFF",
7-
.foreground_color = "#2E3436",
8-
.selbackground_color = "#3584E4",
9-
.selforeground_color = "#FFFFFF",
10-
.separator_color = "#CDC7C2",
11-
.border_color = "#E6E6E6",
6+
.background_color = "#282a36",
7+
.foreground_color = "#f8f8f2",
8+
.selbackground_color = "#44475a",
9+
.selforeground_color = "#8be9fd",
10+
.separator_color = "#ffb86c",
11+
.border_color = "#bd93f9",
1212

1313
/* sizes in pixels */
1414
.width_pixels = 130, /* minimum width of a menu */

xmenu

51 KB
Binary file not shown.

xmenu.o

48.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)