From 67cba5cff1e4d0af4da1236a7e9f9a3ef903b28e Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Wed, 31 Mar 2021 17:28:39 +0200 Subject: tired of fish lagging --- st/config.h | 51 +++++++++++++++++---------------------------------- 1 file changed, 17 insertions(+), 34 deletions(-) (limited to 'st') 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 }; -- cgit v1.2.3