summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2020-03-10 07:54:05 -0500
committerTom Barrett <tom@tombarrett.xyz>2020-03-10 07:54:05 -0500
commit1ae2a58393d3f024b682c9f2fd210d3873f72e48 (patch)
tree5ff904b13a106f658d69495c449e2afdf8f06c40
parent2e5f117511dc0c58323a038af3b921863b24e83e (diff)
added git colors & new dwm colors
-rw-r--r--dwm/config.h10
-rw-r--r--st/config.h4
2 files changed, 7 insertions, 7 deletions
diff --git a/dwm/config.h b/dwm/config.h
index d2db87b..5c83041 100644
--- a/dwm/config.h
+++ b/dwm/config.h
@@ -13,11 +13,11 @@ static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = { "monospace:size=10" };
static const char dmenufont[] = "monospace:size=10";
-static const char col_gray1[] = "#222222";
-static const char col_gray2[] = "#444444";
-static const char col_gray3[] = "#bbbbbb";
-static const char col_gray4[] = "#eeeeee";
-static const char col[] = "#a48e69";
+static const char col_gray1[] = "#181818";
+static const char col_gray2[] = "#585858";
+static const char col_gray3[] = "#b8b8b8";
+static const char col_gray4[] = "#f8f8f8";
+static const char col[] = "#a1b56c";
static const char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },
diff --git a/st/config.h b/st/config.h
index c1358f8..3704c68 100644
--- a/st/config.h
+++ b/st/config.h
@@ -85,8 +85,8 @@ unsigned int tabspaces = 8;
/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {
"#181818", // Background
- "#383838", // chmod u+s Background
- "#383838", // Exectable Directory Background
+ "#ab4642", // Git red & chmod u+s Background
+ "#a1b56c", // Git green & Exectable Directory Background
"#f8f8f8", // chmod g+s Background
"#a1b56c", // Sticky Directory Background, Executable Directory Foreground
"#f8f8f8", // nothing