summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2013-12-15 00:14:37 -0500
committerJune McEnroe <june@causal.agency>2013-12-15 00:14:37 -0500
commit8e704ab5f764055b58b281275bba061ff0ad4d4c (patch)
treee71f6b31d7904143a86d4d58ccf1779b0afd71fe
parentShow path on right side of prompt (diff)
downloadsrc-8e704ab5f764055b58b281275bba061ff0ad4d4c.tar.gz
src-8e704ab5f764055b58b281275bba061ff0ad4d4c.zip
Add .gtkrc to fix thick borders in maximized gvim
Diffstat (limited to '')
-rw-r--r--.gtkrc-2.04
1 files changed, 4 insertions, 0 deletions
diff --git a/.gtkrc-2.0 b/.gtkrc-2.0
new file mode 100644
index 00000000..d5ba910b
--- /dev/null
+++ b/.gtkrc-2.0
@@ -0,0 +1,4 @@
+style "vimfix" {
+  bg[NORMAL] = "#151515"
+}
+widget "vim-main-window.*GtkForm" style "vimfix"
colspan='3' class='logmsg'> Hack: output an extra <td> after rendering mdoc so that line numbers can be hidden based on there being three. This required splitting source-filter and about-filter since on about pages there is no table. 2019-12-18Customize cgit CSSJune McEnroe 2019-12-18Use :target rather than :focus pseudo-classJune McEnroe :target persists after you click on something else. 2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe 2019-12-18Add git.causal.agency cgit configJune McEnroe 2019-12-18Bail from hi if input is binaryJune McEnroe NULs in the input cause an infinite loop in htmlEscape, not to mention regexes obviously not working, etc. 2019-12-16Post "cgit setup"June McEnroe