Skip to content

Commit

Permalink
slightly lighter squad colors
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Oct 28, 2023
1 parent 5e24aef commit 0f8051d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion code/__DEFINES/minimap.dm
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ GLOBAL_LIST_INIT(all_minimap_flags, bitfield2list(MINIMAP_FLAG_ALL))
#define MINIMAP_AREA_CONTESTED_ZONE "#0603c4ee"

#define MINIMAP_SQUAD_UNKNOWN "#d8d8d8"
#define MINIMAP_SQUAD_ALPHA "#ed1c24"
#define MINIMAP_SQUAD_ALPHA "#4148c8"
#define MINIMAP_SQUAD_BRAVO "#fbc70e"
#define MINIMAP_SQUAD_CHARLIE "#76418a"
#define MINIMAP_SQUAD_DELTA "#0c0cae"
Expand Down
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 = "#252D78"
chat_color = "#505bc9"
equipment_color = "#4148c8"
chat_color = "#828cff"
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: #505bc9;}
.alpharadio {color: #828cff;}
.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: #505bc9;
color: #828cff;
}

.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: #505bc9;
color: #828cff;
}

.bravoradio {
Expand Down

0 comments on commit 0f8051d

Please sign in to comment.