diff options
author | Luke Smith <luke@lukesmith.xyz> | 2018-08-01 21:28:49 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2018-08-01 21:28:49 -0400 |
commit | 075f8eee4a0a4ac297b3bb5f5547f7530c28ac4d (patch) | |
tree | 4b65a6c3b59a745397edd3db5b62d81449824aa3 /solarized-alpha-toggle.patch | |
parent | ffe6670fe243e37afffab1f6e8062273c97fbed1 (diff) |
old patches removed
Diffstat (limited to 'solarized-alpha-toggle.patch')
-rw-r--r-- | solarized-alpha-toggle.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/solarized-alpha-toggle.patch b/solarized-alpha-toggle.patch deleted file mode 100644 index 901c392..0000000 --- a/solarized-alpha-toggle.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- config.h 2018-05-01 14:09:36.752813283 -0700 -+++ config.sol.h 2018-05-01 14:10:20.132810913 -0700 -@@ -83,7 +83,7 @@ - unsigned int tabspaces = 8; - - /* bg opacity */ --unsigned int alpha = 0xcd; -+unsigned int alpha = 0xff; - - static const char *colorname[] = { - "#073642", /* 0: black */ -@@ -114,7 +114,7 @@ - * foreground, background, cursor, reverse cursor - */ - unsigned int defaultfg = 12; --unsigned int defaultbg = 256; -+unsigned int defaultbg = 0; - static unsigned int defaultcs = 14; - static unsigned int defaultrcs = 15; - |