summaryrefslogtreecommitdiff
path: root/st/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'st/config.h')
-rw-r--r--st/config.h51
1 files changed, 17 insertions, 34 deletions
diff --git a/st/config.h b/st/config.h
index 9714554..7819325 100644
--- a/st/config.h
+++ b/st/config.h
@@ -95,40 +95,23 @@ unsigned int tabspaces = 8;
/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {
- "#181818", // 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
- "#86c1b9", // Music
- "#f8f8f8", // Normal Text
- "#f8f8f8", // nothing
- "#ab4642", // Compressed
- "#a1b56c", // Executables
- "#dc9656", // Character Files
- "#7cafc2", // Directories
- "#ba8baf", // Pictures & Videos
- "#f7ca88", // Symbolic Links
- "#f8f8f8", // Cursor
-
-
- //"#ab4642", // Red
- //"#a1b56c", // Green
- //"#7cafc2", // Blue
- //"#f7ca88", // Yellow
- //"#ba8baf", // Purple
- //"#86c1b9", // Cyan
- //"#dc9656", // Orange
- //"#a16946", // Brown
- //"#f8f8f8", // White
- //"#e8e8e8", // Grey0
- //"#d8d8d8", // Grey1
- //"#b8b8b8", // Grey2
- //"#585858", // Grey3
- //"#383838", // Grey4
- //"#282828", // Grey5
- //"#181818", // Black
+ "#181818", // Black
+ "#ab4642", // Red
+ "#a1b56c", // Green
+ "#f7ca88", // Yellow
+ "#7cafc2", // Blue
+ "#ba8baf", // Purple
+ "#86c1b9", // Cyan
+ "#e8e8e8", // Grey0
+
+ "#b8b8b8", // Grey2
+ "#ab4642", // Red
+ "#a1b56c", // Green
+ "#f7ca88", // Yellow
+ "#7cafc2", // Blue
+ "#ba8baf", // Purple
+ "#86c1b9", // Cyan
+ "#f8f8f8", // White
};