Skip to content

Instantly share code, notes, and snippets.

@saidone75
Created September 16, 2019 07:43
Show Gist options
  • Save saidone75/6e9d7318a6a456ed6b16c426e41df02a to your computer and use it in GitHub Desktop.
Save saidone75/6e9d7318a6a456ed6b16c426e41df02a to your computer and use it in GitHub Desktop.
Zenburn theme for st
diff --git a/config.def.h b/config.def.h
index 0e01717..3073020 100644
--- a/config.def.h
+++ b/config.def.h
@@ -85,40 +85,40 @@ unsigned int tabspaces = 8;
/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {
/* 8 normal colors */
- "black",
- "red3",
- "green3",
- "yellow3",
- "blue2",
- "magenta3",
- "cyan3",
- "gray90",
+ "#3a3a3a",
+ "#cc9393",
+ "#7f9f7f",
+ "#d0bf8f",
+ "#6ca0a3",
+ "#dc8cc3",
+ "#93e0e3",
+ "#dcdccc",
/* 8 bright colors */
- "gray50",
- "red",
- "green",
- "yellow",
- "#5c5cff",
- "magenta",
- "cyan",
- "white",
+ "#7f9f7f",
+ "#d78787",
+ "#bfebbf",
+ "#f0dfaf",
+ "#8cd0d3",
+ "#dc8cc3",
+ "#93e0e3",
+ "#ffffff",
[255] = 0,
/* more colors can be added after 255 to use with DefaultXX */
- "#cccccc",
- "#555555",
+ "#dcdccc",
+ "#dcdccc",
+ "#3a3a3a",
};
-
/*
* Default colors (colorname index)
* foreground, background, cursor, reverse cursor
*/
-unsigned int defaultfg = 7;
-unsigned int defaultbg = 0;
-static unsigned int defaultcs = 256;
+unsigned int defaultfg = 188;
+unsigned int defaultbg = 237;
+static unsigned int defaultcs = 188;
static unsigned int defaultrcs = 257;
/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment