diff options
author | Michael Vetter <jubalh@iodoru.org> | 2019-08-23 15:37:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-23 15:37:23 +0200 |
commit | 5fcd40174988f3c786386a3337e6e1ef955b015f (patch) | |
tree | c0cf415c84217858b3f9c1b7e018d70086eeb03f | |
parent | 03fbf2e77a51155e59c8765e013f151e58344f16 (diff) | |
parent | db4b30fd83340664faca4b1a0d1df93fb557af2a (diff) | |
download | profani-tty-5fcd40174988f3c786386a3337e6e1ef955b015f.tar.gz |
Merge pull request #1179 from mdosch/patch-1
Change orange to orange1
-rw-r--r-- | themes/solarized-dark | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/themes/solarized-dark b/themes/solarized-dark index a86f5ca4..8d236912 100644 --- a/themes/solarized-dark +++ b/themes/solarized-dark @@ -18,15 +18,15 @@ statusbar.text=black statusbar.brackets=black statusbar.active=black statusbar.new=bold_black -main.text=orange -main.text.me=orange -main.text.them=orange +main.text=orange1 +main.text.me=orange1 +main.text.them=orange1 main.splash=yellow main.help.header=yellow -main.time=orange -input.text=orange +main.time=orange1 +input.text=orange1 subscribed=green -unsubscribed=orange +unsubscribed=orange1 otr.started.trusted=green otr.started.untrusted=yellow otr.ended=red @@ -42,7 +42,7 @@ incoming=yellow mention=yellow trigger=yellow typing=yellow -gone=bold_orange +gone=bold_orange1 error=red roominfo=yellow roommention=yellow @@ -51,13 +51,13 @@ roomtrigger=yellow roomtrigger.term=cyan me=green them=cyan -roster.header=orange +roster.header=orange1 roster.chat=green roster.online=green roster.away=blue roster.xa=blue roster.dnd=red -roster.offline=orange +roster.offline=orange1 roster.chat.active=green roster.online.active=green roster.away.active=blue @@ -74,5 +74,5 @@ roster.room=green roster.room.unread=yellow roster.room.mention=yellow roster.room.trigger=yellow -occupants.header=orange -receipt.sent=bold_orange +occupants.header=orange1 +receipt.sent=bold_orange1 |