From 24d47338fee92eeae3eee9e06b5d21b47fb7be99 Mon Sep 17 00:00:00 2001 From: V9 <68383195+AnnikaV9@users.noreply.github.com> Date: Wed, 15 Dec 2021 09:32:14 +0800 Subject: [PATCH 1/2] add gruvbox-light theme --- client/schemes/gruvbox-light.css | 50 ++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 client/schemes/gruvbox-light.css diff --git a/client/schemes/gruvbox-light.css b/client/schemes/gruvbox-light.css new file mode 100644 index 0000000..1fea197 --- /dev/null +++ b/client/schemes/gruvbox-light.css @@ -0,0 +1,50 @@ +body { + background: #fbf1c7; + color: #3c3836; +} +input, +textarea { + color: #3c3836; +} +.message { + border-left: 1px solid rgba(125, 122, 104, 0.5); +} +.refmessage { + border-left: 1px solid rgba(125, 122, 104, 1); +} +.nick { + color: #427b58; +} +.trip { + color: #7c6f64; +} +.text a { + color: #3c3836; +} +.admin .nick { + color: #9d0006; +} +.mod .nick { + color: #8f3f71; +} +.me .nick { + color: #79740e; +} +.info .nick, +.info .text { + color: #b57614; +} +.warn .nick, +.warn .text { + color: #b57614; +} +#footer { + background: #fbf1c7; +} +#sidebar { + background: #a89984; + border-color: #7d7a68; +} +#chatform { + border-color: #7d7a68; +} From e2323012c764086fbd91767fe392153ca4dd42c3 Mon Sep 17 00:00:00 2001 From: V9 <68383195+AnnikaV9@users.noreply.github.com> Date: Wed, 15 Dec 2021 09:34:09 +0800 Subject: [PATCH 2/2] add gruvbox-light to `schemes` in client.js --- client/client.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/client.js b/client/client.js index f708037..8afbf8f 100644 --- a/client/client.js +++ b/client/client.js @@ -826,7 +826,8 @@ var schemes = [ 'tomorrow', 'carrot', 'lax', - 'Ubuntu' + 'Ubuntu', + 'gruvbox-light' ]; var highlights = [