diff options
author | Michael Vetter <jubalh@iodoru.org> | 2022-10-11 16:13:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-11 16:13:36 +0200 |
commit | 0df3655f57411a1bcec2948f441818aed3aaa0f7 (patch) | |
tree | 103fefbac81d9e4ef99e9a3c3dad166c5e344cd7 | |
parent | a0f8adc681020332e7410feb2176342bcc8837ca (diff) | |
parent | 12f5e350abaf4636ae4c325685c5a0d02d83e8b8 (diff) | |
download | profani-tty-0df3655f57411a1bcec2948f441818aed3aaa0f7.tar.gz |
Merge pull request #1763 from tran-h-trung/add/gruvbox_trung
Add alternative gruvbox theme
-rw-r--r-- | themes/gruvbox_transparent | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/themes/gruvbox_transparent b/themes/gruvbox_transparent new file mode 100644 index 00000000..0ecd6f4b --- /dev/null +++ b/themes/gruvbox_transparent @@ -0,0 +1,82 @@ +[colours] +bkgnd=Black +titlebar=Grey19 +titlebar.text=yellow +titlebar.brackets=IndianRed +titlebar.unencrypted=IndianRed +titlebar.encrypted=Grey66 +titlebar.untrusted=yellow +titlebar.trusted=Grey66 +titlebar.online=DarkOliveGreen3 +titlebar.offline=IndianRed +titlebar.away=Grey66 +titlebar.chat=Grey66 +titlebar.dnd=Grey66 +titlebar.xa=Grey66 + +statusbar=Grey19 +statusbar.text=NavajoWhite1 +statusbar.time=DarkOliveGreen3 +statusbar.brackets=IndianRed +statusbar.active=Grey66 +statusbar.current=Yellow +statusbar.new=DarkOliveGreen3 +main.text=NavajoWhite1 +main.text.me=NavajoWhite1 +main.text.them=NavajoWhite1 +main.splash=yellow +main.help.header=yellow +main.time=Grey66 + +input.text=NavajoWhite1 +subscribed=DarkOliveGreen3 +unsubscribed=IndianRed +otr.started.trusted=DarkOliveGreen3 +otr.started.untrusted=yellow +otr.ended=IndianRed +otr.trusted=DarkOliveGreen3 +otr.untrusted=yellow +online=DarkOliveGreen3 +away=Grey39 +chat=DarkOliveGreen3 +dnd=IndianRed +xa=Grey39 +offline=IndianRed +incoming=yellow +mention=yellow +trigger=yellow +typing=yellow +gone=yellow +error=IndianRed +roominfo=yellow +roommention=yellow +roommention.term=yellow +roomtrigger=yellow +roomtrigger.term=yellow +me=yellow +them=DarkOliveGreen3 +roster.header=yellow +roster.chat=DarkOliveGreen3 +roster.online=DarkOliveGreen3 +roster.away=Grey39 +roster.xa=Grey39 +roster.dnd=IndianRed +roster.offline=IndianRed +roster.chat.active=DarkOliveGreen3 +roster.online.active=DarkOliveGreen3 +roster.away.active=Grey39 +roster.xa.active=Grey39 +roster.dnd.active=IndianRed +roster.offline.active=IndianRed +roster.chat.unread=DarkOliveGreen3 +roster.online.unread=DarkOliveGreen3 +roster.away.unread=Grey39 +roster.xa.unread=Grey39 +roster.dnd.unread=IndianRed +roster.offline.unread=IndianRed +roster.room=DarkOliveGreen3 +roster.room.unread=DarkOliveGreen3 +roster.room.mention=DarkOliveGreen3 +roster.room.trigger=DarkOliveGreen3 +occupants.header=yellow +receipt.sent=IndianRed |