summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2020-03-10 07:38:09 -0500
committerTom Barrett <tom@tombarrett.xyz>2020-03-10 07:40:02 -0500
commit2e5f117511dc0c58323a038af3b921863b24e83e (patch)
tree5a1be03519630f9cf2fb6fb69cde281094481465
parent37ed0a3a982f563eea673204b8379948d19be4d5 (diff)
all colors listed, and what each does
-rwxr-xr-x.config/fish/functions/fish_prompt.fish2
-rw-r--r--st/config.h52
2 files changed, 36 insertions, 18 deletions
diff --git a/.config/fish/functions/fish_prompt.fish b/.config/fish/functions/fish_prompt.fish
index addf622..6b1195f 100755
--- a/.config/fish/functions/fish_prompt.fish
+++ b/.config/fish/functions/fish_prompt.fish
@@ -1,5 +1,5 @@
function fish_prompt --description 'Write out the prompt'
- if test "$TERM" = "linux"
+ if test "$TERM" = "linux"
set error_color red
set good_color green
set path_color yellow
diff --git a/st/config.h b/st/config.h
index 6467613..c1358f8 100644
--- a/st/config.h
+++ b/st/config.h
@@ -84,22 +84,40 @@ unsigned int tabspaces = 8;
/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {
- "#181818", /* base00 */
- "#ab4642", /* base08 */
- "#a1b56c", /* base0B */
- "#f7ca88", /* base0A */
- "#7cafc2", /* base0D */
- "#ba8baf", /* base0E */
- "#86c1b9", /* base0C */
- "#d8d8d8", /* base05 */
- "#ab4642", /* base08 */
- "#dc9656", /* base09 */
- "#ab4642", /* base08 */
- "#ab4642", /* base08 */
- "#a1b56c", /* base0B */
- "#e8e8e8", /* base06 */
- "#a16946", /* base0F */
- "#f8f8f8", /* base07 */
+ "#181818", // Background
+ "#383838", // chmod u+s Background
+ "#383838", // 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
};
/*
@@ -108,7 +126,7 @@ static const char *colorname[] = {
*/
unsigned int defaultfg = 7;
unsigned int defaultbg = 0;
-static unsigned int defaultcs = 13;
+static unsigned int defaultcs = 15;
static unsigned int defaultrcs = 0;
/*