summary refs log tree commit diff
path: root/_config/Terminal/terminalrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2011-11-29 16:44:14 -0500
committerJune McEnroe <june@causal.agency>2011-11-29 16:44:14 -0500
commit17e2e9029938b874cc6a0c839c157a9be8ffe1d4 (patch)
tree2ade1ef15b6a82faf0190f93bf24609587be394d /_config/Terminal/terminalrc
parentRemoved broken ZSH thingy (diff)
downloadsrc-17e2e9029938b874cc6a0c839c157a9be8ffe1d4.tar.gz
src-17e2e9029938b874cc6a0c839c157a9be8ffe1d4.zip
Changed terminal colors to use Tomorrow palette
Diffstat (limited to '_config/Terminal/terminalrc')
-rw-r--r--_config/Terminal/terminalrc32
1 files changed, 17 insertions, 15 deletions
diff --git a/_config/Terminal/terminalrc b/_config/Terminal/terminalrc
index 14da76d1..41d7940c 100644
--- a/_config/Terminal/terminalrc
+++ b/_config/Terminal/terminalrc
@@ -16,22 +16,22 @@ MiscTabCloseButtons=TRUE
 MiscTabCloseMiddleClick=TRUE
 MiscTabPosition=GTK_POS_TOP
 MiscHighlightUrls=TRUE
-ColorPalette2=#cccc00000000
-ColorPalette10=#efef29292929
-ColorPalette3=#4e4e9a9a0606
-ColorPalette11=#8a8ae2e23434
-ColorPalette4=#c4c4a0a00000
-ColorPalette12=#fcfce9e94f4f
-ColorPalette5=#34346565a4a4
-ColorPalette13=#72729f9fcfcf
-ColorPalette6=#757550507b7b
-ColorPalette14=#adad7f7fa8a8
-ColorPalette7=#060698989a9a
-ColorPalette15=#3434e2e2e2e2
-ColorPalette8=#d3d3d7d7cfcf
-ColorPalette16=#eeeeeeeeecec
+ColorPalette2=#d7d77c7c7979
+ColorPalette10=#dfdf65656565
+ColorPalette3=#c2c2c7c77b7b
+ColorPalette11=#c5c5d1d15c5c
+ColorPalette4=#f4f4cfcf8686
+ColorPalette12=#ececcece5858
+ColorPalette5=#9292b2b2caca
+ColorPalette13=#8c8cb6b6e1e1
+ColorPalette6=#c0c0a7a7c7c7
+ColorPalette14=#cfcfababdfdf
+ColorPalette7=#9a9ac9c9c4c4
+ColorPalette15=#8080cacabfbf
+ColorPalette8=#a7a7a8a8a7a7
+ColorPalette16=#a7a7a8a8a7a7
 ColorPalette9=#555557575353
-ColorCursor=#ffffffffffff
+ColorCursor=#d7d7dadad8d8
 ScrollingOnOutput=FALSE
 ScrollingLines=100000
 BackgroundMode=TERMINAL_BACKGROUND_TRANSPARENT
@@ -39,4 +39,6 @@ BackgroundDarkness=0.850000
 ShortcutsNoMenukey=TRUE
 TitleMode=TERMINAL_TITLE_REPLACE
 Term=xterm-256color
+ColorForeground=#d7d7dadad8d8
+ColorSelection=#47474c4c5252
 
n tooltip if longer ago than max_relativeJohn Keeping 2015-08-13ui-shared: use common function in print_rel_date()John Keeping 2015-08-13ui-shared: extract date formatting to a functionJohn Keeping 2015-08-13filter: don't use dlsym unnecessarilyJohn Keeping 2015-08-13ui-tree: use "sane" isgraph()John Keeping 2015-08-13cgit.h: move stdbool.h from ui-shared.hJohn Keeping 2015-08-13cache.c: fix header orderJohn Keeping 2015-08-13configfile.c: don't include system headers directlyJohn Keeping 2015-08-13Remove redundant includesJohn Keeping 2015-08-13Makefile: include Git's config.mak.unameJohn Keeping 2015-08-13tests: allow shell to be overriddenJohn Keeping 2015-08-13redirect: cleanlinessJason A. Donenfeld 2015-08-13redirect: be more careful for different cgi setupsJason A. Donenfeld 2015-08-12ui-log: fix double countingJohn Keeping 2015-08-12log: allow users to follow a fileJohn Keeping 2015-08-12shared: make cgit_diff_tree_cb publicJohn Keeping 2015-08-12t0110: Chain together using &&Jason A. Donenfeld 2015-08-12about: always ensure page has a trailing slashJason A. Donenfeld 2015-08-12filters: apply HTML escapingLazaros Koromilas 2015-08-12git: update to v2.5.0Christian Hesse 2015-08-12Fix processing of repo.hide and repo.ignoreDaniel Reichelt