mirror of
https://github.com/alrayyes/st
synced 2023-11-14 15:56:30 +00:00
changed opacity and removed unused solar light colors
This commit is contained in:
parent
9568e422d6
commit
857b3f0b1f
2
PKGBUILD
2
PKGBUILD
@ -24,7 +24,7 @@ source=("http://dl.suckless.org/st/$pkgname-$pkgver.tar.gz"
|
|||||||
"${_patches[@]}")
|
"${_patches[@]}")
|
||||||
|
|
||||||
sha256sums=('c4fb0fe2b8d2d3bd5e72763e80a8ae05b7d44dbac8f8e3bb18ef0161c7266926'
|
sha256sums=('c4fb0fe2b8d2d3bd5e72763e80a8ae05b7d44dbac8f8e3bb18ef0161c7266926'
|
||||||
'184f506fdf24ed7e3c8445e8176580476e4a641522625573c9fad9a3e80fdc1e'
|
'a0934b9822b3c8a9922c4274c6f532c8aeb3081d812e42c2dcedcbd66ab808d9'
|
||||||
'4989c03de5165234303d3929e3b60d662828972203561651aa6dc6b8f67feeb8'
|
'4989c03de5165234303d3929e3b60d662828972203561651aa6dc6b8f67feeb8'
|
||||||
'8279d347c70bc9b36f450ba15e1fd9ff62eedf49ce9258c35d7f1cfe38cca226'
|
'8279d347c70bc9b36f450ba15e1fd9ff62eedf49ce9258c35d7f1cfe38cca226'
|
||||||
'3fb38940cc3bad3f9cd1e2a0796ebd0e48950a07860ecf8523a5afd0cd1b5a44'
|
'3fb38940cc3bad3f9cd1e2a0796ebd0e48950a07860ecf8523a5afd0cd1b5a44'
|
||||||
|
24
config.h
24
config.h
@ -83,7 +83,7 @@ char *termname = "st-256color";
|
|||||||
unsigned int tabspaces = 8;
|
unsigned int tabspaces = 8;
|
||||||
|
|
||||||
/* bg opacity */
|
/* bg opacity */
|
||||||
unsigned int alpha = 0xcc;
|
unsigned int alpha = 0xaa;
|
||||||
|
|
||||||
/* alpha */
|
/* alpha */
|
||||||
#define OPAQUE 0Xff
|
#define OPAQUE 0Xff
|
||||||
@ -111,28 +111,6 @@ static const char *colorname[] = {
|
|||||||
"black",
|
"black",
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Terminal colors for alternate (light) palette */
|
|
||||||
static const char *altcolorname[] = {
|
|
||||||
/* solarized light */
|
|
||||||
"#eee8d5", /* 0: black */
|
|
||||||
"#dc322f", /* 1: red */
|
|
||||||
"#859900", /* 2: green */
|
|
||||||
"#b58900", /* 3: yellow */
|
|
||||||
"#268bd2", /* 4: blue */
|
|
||||||
"#d33682", /* 5: magenta */
|
|
||||||
"#2aa198", /* 6: cyan */
|
|
||||||
"#073642", /* 7: white */
|
|
||||||
"#fdf6e3", /* 8: brblack */
|
|
||||||
"#cb4b16", /* 9: brred */
|
|
||||||
"#93a1a1", /* 10: brgreen */
|
|
||||||
"#839496", /* 11: bryellow */
|
|
||||||
"#657b83", /* 12: brblue */
|
|
||||||
"#6c71c4", /* 13: brmagenta*/
|
|
||||||
"#586e75", /* 14: brcyan */
|
|
||||||
"#002b36", /* 15: brwhite */
|
|
||||||
"black",
|
|
||||||
};
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Default colors (colorname index)
|
* Default colors (colorname index)
|
||||||
* foreground, background, cursor, reverse cursor
|
* foreground, background, cursor, reverse cursor
|
||||||
|
Loading…
Reference in New Issue
Block a user