Skip to content

Commit

Permalink
flamingo theme
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzpw committed Feb 24, 2024
1 parent b42a0ef commit c9b5d8b
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,9 @@ var schemes = [
'fried-egg',
'rainbow',
'amoled',
'retro'
'retro',
"Waifu",
"flamingo",
];

var highlights = [
Expand Down
51 changes: 51 additions & 0 deletions client/schemes/flamingo.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
body {
background: #e59da1;
color: #0d1c17;
}
input,
textarea {
color: #0d1c17;
}
.message {
border-left: 1px solid #74736980;
}
.refmessage {
border-left: 1px solid #747369;
}
.nick {
color: #2b3493;
}
.trip {
color: #515151;
}
.text a {
color: #0d0fa4;
}
.admin .nick {
color: #d40000;
}
.mod .nick {
color: #1fad83;
}
.me .nick {
color: #2b3493;
}
.info .nick,
.info .text {
color: #017201;
}
.warn .nick,
.warn .text {
color: #be2300;
}
#footer {
background: #e59da1;
}
#sidebar {
background: #93363e;
border-color: #93363e;
}
#chatform {
border-color: #000;
background-color: #fc8eac;
}

0 comments on commit c9b5d8b

Please sign in to comment.