diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2021-03-31 17:28:39 +0200 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2021-03-31 17:28:39 +0200 |
commit | 67cba5cff1e4d0af4da1236a7e9f9a3ef903b28e (patch) | |
tree | 359230656961c8ef92a26ad292f964ff884646c4 /st | |
parent | 395c8704da88be4e95df0953938eddf5b0382b3d (diff) |
tired of fish lagging
Diffstat (limited to 'st')
-rw-r--r-- | st/config.h | 51 |
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 }; |