diff options
author | Alan Pearce | 2019-07-15 14:29:42 +0200 |
---|---|---|
committer | Alan Pearce | 2019-07-15 14:29:42 +0200 |
commit | 04a61b9a8b9aa4628deb96f08c26d85500b623cc (patch) | |
tree | 9d3658b8d9cb3f62ab55ab87613664e9c1a24027 /termite | |
parent | fa4d82ad683d772ff1fd0a41ebc4adadfae59748 (diff) | |
download | dotfiles-04a61b9a8b9aa4628deb96f08c26d85500b623cc.tar.lz dotfiles-04a61b9a8b9aa4628deb96f08c26d85500b623cc.tar.zst dotfiles-04a61b9a8b9aa4628deb96f08c26d85500b623cc.zip |
Termite: increase yellow contrast
Diffstat (limited to 'termite')
-rw-r--r-- | termite/.config/termite/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/termite/.config/termite/config b/termite/.config/termite/config index 2910eac..c861ae8 100644 --- a/termite/.config/termite/config +++ b/termite/.config/termite/config @@ -24,8 +24,8 @@ color2 = #00853e color10 = #00853e # yellow -color3 = #ffd204 -color11 = #ffd204 +color3 = #edb204 +color11 = #edb204 # blue color4 = #009ddc |