From d8ee27dd7e2c7795e3bdbc4dcbf5cf29ceaccb86 Mon Sep 17 00:00:00 2001 From: Potatochips2001 <76017734+Potatochips2001@users.noreply.github.com> Date: Wed, 17 Nov 2021 05:46:35 -0500 Subject: [PATCH] Create Ubuntu.css --- client/schemes/Ubuntu.css | 51 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 client/schemes/Ubuntu.css diff --git a/client/schemes/Ubuntu.css b/client/schemes/Ubuntu.css new file mode 100644 index 0000000..5544858 --- /dev/null +++ b/client/schemes/Ubuntu.css @@ -0,0 +1,51 @@ +body { + background-color: #2C001E; + color: #E95420; +} +input, +textarea { + color: #ccc; + background-color: #111; +} +.message { + border-left: 1px solid #2C001E; +} +.refmessage { + border-left: 1px solid #2C001E; +} +.nick { + color: #E95420; +} +.trip { + color: #AEA79F; +} +.text a { + color: #00AA00; +} +.admin .nick { + color: #ac4142; +} +.mod .nick { + color: #1FAD83; +} +.me .nick { + color: #b854d4; +} +.info .nick, +.info .text { + color: #00AA22; +} +.warn .nick, +.warn .text { + color: #CFB017; +} +#footer { + background: #2C001E; +} +#sidebar { + background: #2C001E; + border-color: #5E2750; +} +#charform { + border-color: #5E2750; +}