diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-01-26 12:13:33 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-01-26 12:13:33 +0100 |
| commit | a149c42181675bcde0f2750dabfcf2bab15d158b (patch) | |
| tree | 6dd02e4361771867472c5fa23ead0afef0a79287 /config.h | |
| parent | 2de24e0448dcce78fabfe23c0a9a46090d23de7b (diff) | |
make gruvbox
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 34 |
1 files changed, 17 insertions, 17 deletions
@@ -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 */ |