summaryrefslogtreecommitdiff
path: root/solarized-alpha-toggle.patch
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-05-01 14:36:36 -0700
committerLuke Smith <luke@lukesmith.xyz>2018-05-01 14:36:36 -0700
commitcd357e5c67d9101ca14c4706b50878cea8cf1300 (patch)
tree0ad3a0d70ebd4820c629f1031ac3a95953466ef4 /solarized-alpha-toggle.patch
parent60ea12d97195f65d257894ce73284985b98b4622 (diff)
Big cleanup and some redundant bindings added
Diffstat (limited to 'solarized-alpha-toggle.patch')
-rw-r--r--solarized-alpha-toggle.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/solarized-alpha-toggle.patch b/solarized-alpha-toggle.patch
new file mode 100644
index 0000000..901c392
--- /dev/null
+++ b/solarized-alpha-toggle.patch
@@ -0,0 +1,20 @@
+--- 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;
+