diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2020-03-10 07:54:05 -0500 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2020-03-10 07:54:05 -0500 |
commit | 1ae2a58393d3f024b682c9f2fd210d3873f72e48 (patch) | |
tree | 5ff904b13a106f658d69495c449e2afdf8f06c40 /st | |
parent | 2e5f117511dc0c58323a038af3b921863b24e83e (diff) |
added git colors & new dwm colors
Diffstat (limited to 'st')
-rw-r--r-- | st/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |