diff --git a/hacked/st.txt b/hacked/st.txt index 6d6de91..72f56c8 100755 --- a/hacked/st.txt +++ b/hacked/st.txt @@ -2,7 +2,7 @@ static const char *colorname[] = { /* 8 normal colors */ - [0] = "#282a2e", /* black */ + [0] = "#282e28", /* black */ [1] = "#9c001f", /* red */ [2] = "#009a1f", /* green */ [3] = "#a48300", /* yellow */ @@ -12,7 +12,7 @@ static const char *colorname[] = { [7] = "#70a281", /* white */ /* 8 bright colors */ - [8] = "#373b41", /* black */ + [8] = "#374138", /* black */ [9] = "#ff0033", /* red */ [10] = "#00ff33", /* green */ [11] = "#ebbb00", /* yellow */ @@ -24,7 +24,7 @@ static const char *colorname[] = { [255] = 0, /* special colors */ - [256] = "#1d1f21", /* background */ + [256] = "#141514", /* background */ [257] = "#00ca28", /* foreground */ }; diff --git a/hacked/xresources.txt b/hacked/xresources.txt index 23f5276..18314de 100755 --- a/hacked/xresources.txt +++ b/hacked/xresources.txt @@ -1,11 +1,13 @@ ! special *.foreground: #00ca28 -*.background: #1d1f21 + +*.background: #141514 + *.cursorColor: #00ca28 ! black -*.color0: #282a2e -*.color8: #373b41 +*.color0: #282e28 +*.color8: #374138 ! red *.color1: #9c001f