Skip to content

Commit

Permalink
Prettified, I guess
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaostico committed Sep 20, 2024
1 parent b5b6e30 commit e97e770
Showing 1 changed file with 25 additions and 23 deletions.
48 changes: 25 additions & 23 deletions tgui/packages/tgui-say/styles/colors.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use 'sass:map';
@use "sass:map";

$background: #131313;
$button: #1f1f1f;
Expand All @@ -7,28 +7,30 @@ $lightBorder: #bbbbbb;
$lightHover: #eaeaea;

$_channel_map: (
'Admin': #ffbbff,
'AI': #d65d95,
'CCom': #2681a5,
'Cling': #4c701f,
'Cmd': #fcdf03,
'Engi': #f37746,
'Hive': #855d85,
'io': #1e90ff,
'LOOC': #ffceb6, // NOVA EDIT ADDITION
'Me': #5975da,
'Med': #57b8f0,
'OOC': #cca300,
'Ent': #00ff99,
'Radio': #1ecc43,
'Say': #a4bad6,
'Sci': #c68cfa,
'Sec': #dd3535,
'Supp': #b88646,
'Svc': #6ca729,
'Synd': #8f4a4b,
'Whis': #7c7fd9, // NOVA EDIT ADDITION
'Do': #59da7e, // NOVA EDIT ADDITION
"Admin": #ffbbff,
"AI": #d65d95,
"CCom": #2681a5,
"Cling": #4c701f,
"Cmd": #fcdf03,
"Engi": #f37746,
"Hive": #855d85,
"io": #1e90ff,
"Me": #5975da,
"Med": #57b8f0,
"OOC": #cca300,
"Ent": #00ff99,
"Radio": #1ecc43,
"Say": #a4bad6,
"Sci": #c68cfa,
"Sec": #dd3535,
"Supp": #b88646,
"Svc": #6ca729,
"Synd": #8f4a4b,
// NOVA EDIT ADDITION START
"Whis": #7c7fd9,
"LOOC": #ffceb6,
"Do": #59da7e,
// NOVA EDIT ADDITION END
);

$channel_keys: map.keys($_channel_map) !default;
Expand Down

0 comments on commit e97e770

Please sign in to comment.