gruber darker
This commit is contained in:
36
config.def.h
36
config.def.h
@@ -96,32 +96,32 @@ unsigned int tabspaces = 8;
|
|||||||
/* Terminal colors (16 first used in escape sequence) */
|
/* Terminal colors (16 first used in escape sequence) */
|
||||||
static const char *colorname[] = {
|
static const char *colorname[] = {
|
||||||
/* 8 normal colors */
|
/* 8 normal colors */
|
||||||
"black",
|
"#2e3436",
|
||||||
"red3",
|
"#a40000",
|
||||||
"green3",
|
"#4e9a06",
|
||||||
"yellow3",
|
"#c4a000",
|
||||||
"blue2",
|
"#3465a4",
|
||||||
"magenta3",
|
"#75507b",
|
||||||
"cyan3",
|
"#34a0a4",
|
||||||
"gray90",
|
"#babdb9",
|
||||||
|
|
||||||
/* 8 bright colors */
|
/* 8 bright colors */
|
||||||
"gray50",
|
"#555753",
|
||||||
"red",
|
"#ef2929",
|
||||||
"green",
|
"#8ae234",
|
||||||
"yellow",
|
"#fce94f",
|
||||||
"#5c5cff",
|
"#729fcf",
|
||||||
"magenta",
|
"#ad7fa8",
|
||||||
"cyan",
|
"#72d9cf",
|
||||||
"white",
|
"#eeeeec",
|
||||||
|
|
||||||
[255] = 0,
|
[255] = 0,
|
||||||
|
|
||||||
/* more colors can be added after 255 to use with DefaultXX */
|
/* more colors can be added after 255 to use with DefaultXX */
|
||||||
"#cccccc",
|
"#cccccc",
|
||||||
"#555555",
|
"#555555",
|
||||||
"gray90", /* default foreground colour */
|
"#e4e4ef", /* default foreground colour */
|
||||||
"black", /* default background colour */
|
"#181818", /* default background colour */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
65
patches/st-gruber-darker-0.9.2.diff
Normal file
65
patches/st-gruber-darker-0.9.2.diff
Normal file
@@ -0,0 +1,65 @@
|
|||||||
|
diff --git a/config.def.h b/config.def.h
|
||||||
|
index 2cd740a..0d4fac3 100644
|
||||||
|
--- a/config.def.h
|
||||||
|
+++ b/config.def.h
|
||||||
|
@@ -95,33 +95,33 @@ 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",
|
||||||
|
-
|
||||||
|
- /* 8 bright colors */
|
||||||
|
- "gray50",
|
||||||
|
- "red",
|
||||||
|
- "green",
|
||||||
|
- "yellow",
|
||||||
|
- "#5c5cff",
|
||||||
|
- "magenta",
|
||||||
|
- "cyan",
|
||||||
|
- "white",
|
||||||
|
-
|
||||||
|
- [255] = 0,
|
||||||
|
-
|
||||||
|
- /* more colors can be added after 255 to use with DefaultXX */
|
||||||
|
- "#cccccc",
|
||||||
|
- "#555555",
|
||||||
|
- "gray90", /* default foreground colour */
|
||||||
|
- "black", /* default background colour */
|
||||||
|
+ /* 8 normal colors */
|
||||||
|
+ "#2e3436",
|
||||||
|
+ "#a40000",
|
||||||
|
+ "#4e9a06",
|
||||||
|
+ "#c4a000",
|
||||||
|
+ "#3465a4",
|
||||||
|
+ "#75507b",
|
||||||
|
+ "#34a0a4",
|
||||||
|
+ "#babdb9",
|
||||||
|
+
|
||||||
|
+ /* 8 bright colors */
|
||||||
|
+ "#555753",
|
||||||
|
+ "#ef2929",
|
||||||
|
+ "#8ae234",
|
||||||
|
+ "#fce94f",
|
||||||
|
+ "#729fcf",
|
||||||
|
+ "#ad7fa8",
|
||||||
|
+ "#72d9cf",
|
||||||
|
+ "#eeeeec",
|
||||||
|
+
|
||||||
|
+ [255] = 0,
|
||||||
|
+
|
||||||
|
+ /* more colors can be added after 255 to use with DefaultXX */
|
||||||
|
+ "#cccccc",
|
||||||
|
+ "#555555",
|
||||||
|
+ "#e4e4ef", /* default foreground colour */
|
||||||
|
+ "#181818", /* default background colour */
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user