Skip to content

Commit

Permalink
Changes colors to USCM blue
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Oct 27, 2023
1 parent 30e3abb commit dd9e0dc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions code/game/jobs/job/marine/squads.dm
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@

/datum/squad/marine/alpha
name = SQUAD_MARINE_1
equipment_color = "#e61919"
chat_color = "#e67d7d"
equipment_color = "#252D78"
chat_color = "#505bc9"
access = list(ACCESS_MARINE_ALPHA)
radio_freq = ALPHA_FREQ
minimap_color = MINIMAP_SQUAD_ALPHA
Expand Down
2 changes: 1 addition & 1 deletion code/stylesheet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ em {font-style: normal; font-weight: bold;}

.clfradio {color: #6f679c}

.alpharadio {color: #EA0000;}
.alpharadio {color: #505bc9;}
.bravoradio {color: #C68610;}
.charlieradio {color: #AA55AA;}
.deltaradio {color: #007FCF;}
Expand Down
2 changes: 1 addition & 1 deletion tgui/packages/tgui-panel/styles/goon/chat-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ em {
}

.alpharadio {
color: #db2626;
color: #505bc9;
}

.bravoradio {
Expand Down
2 changes: 1 addition & 1 deletion tgui/packages/tgui-panel/styles/goon/chat-light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ h2.alert {
}

.alpharadio {
color: #ea0000;
color: #505bc9;
}

.bravoradio {
Expand Down
4 changes: 2 additions & 2 deletions tgui/public/tgui-panel.bundle.css

Large diffs are not rendered by default.

0 comments on commit dd9e0dc

Please sign in to comment.