summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-01-26 12:13:33 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2023-01-26 12:13:33 +0100
commita149c42181675bcde0f2750dabfcf2bab15d158b (patch)
tree6dd02e4361771867472c5fa23ead0afef0a79287 /config.h
parent2de24e0448dcce78fabfe23c0a9a46090d23de7b (diff)
make gruvbox
Diffstat (limited to 'config.h')
-rw-r--r--config.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/config.h b/config.h
index d2bbaff..e70a22e 100644
--- a/config.h
+++ b/config.h
@@ -100,25 +100,25 @@ float alpha = 0.8;
static const char *colorname[] = {
/* 8 normal colors */
- "#191919",
- "#FD4D4D",
- "#547f62",
- "#E8D063",
- "#7698C4",
- "#F386DE",
- "#06989A",
- "#D3D7CF",
+ "#282828",
+ "#cc241d",
+ "#98971a",
+ "#d79921",
+ "#458588",
+ "#b16286",
+ "#689d6a",
+ "#a89984",
/* 8 bright colors */
- "#555753",
- "#EF2929",
- "#8AE234",
- "#FCE94F",
- "#729FCF",
- "#729FCF",
- "#34E2E2",
- "#EEEEEC",
+ "#928374",
+ "#fb4934",
+ "#b8bb26",
+ "#fabd2f",
+ "#83a598",
+ "#d3869b",
+ "#8ec97c",
+ "#ebdbb2",
[255] = 0,
@@ -189,7 +189,7 @@ static MouseShortcut mshortcuts[] = {
/* Internal keyboard shortcuts. */
#define MODKEY Mod1Mask
-#define TERMMOD (ControlMask|ShiftMask)
+#define TERMMOD (Mod1Mask)
static Shortcut shortcuts[] = {
/* mask keysym function argument */