-
-
Notifications
You must be signed in to change notification settings - Fork 681
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TG Chat color standardisation (#9908)
* chat color standize * more correct grammar lol * moved * forgot it
- Loading branch information
1 parent
931d715
commit 3bbd88c
Showing
10 changed files
with
147 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
57 changes: 57 additions & 0 deletions
57
tgui/packages/tgui-panel/styles/chat-format/chat-dark-theme.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
/***************************************** | ||
* | ||
* cf means "chat format" | ||
* cfc means "chat format color" which means only dedicated for color | ||
* | ||
******************************************/ | ||
|
||
// Standard colors | ||
// color names are not really accurate due to theme base color visibility. get the feeling. | ||
.cfc_red { | ||
color: #e21919; | ||
} | ||
.cfc_redorange { | ||
color: #e04a0e; | ||
} | ||
.cfc_orange { | ||
color: #dd8716; | ||
} | ||
.cfc_yellow { | ||
color: #e2df10; | ||
} | ||
.cfc_lime { | ||
color: #86e608; | ||
} | ||
.cfc_green { | ||
color: #0edb07; | ||
} | ||
.cfc_cyan { | ||
color: #07dbad; | ||
} | ||
.cfc_bluesky { | ||
color: #07aadb; | ||
} | ||
.cfc_darkbluesky { | ||
color: #2d87a1; | ||
} | ||
.cfc_navy { | ||
color: #075cdb; | ||
} | ||
.cfc_blue { | ||
color: #0b07db; | ||
} | ||
.cfc_indigo { | ||
color: #4707db; | ||
} | ||
.cfc_purple { | ||
color: #900be9; | ||
} | ||
.cfc_violet { | ||
color: #c90be2; | ||
} | ||
.cfc_magenta { | ||
color: #d402a7; | ||
} | ||
.cfc_redpurple { | ||
color: #db075f; | ||
} |
57 changes: 57 additions & 0 deletions
57
tgui/packages/tgui-panel/styles/chat-format/chat-light-theme.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
/***************************************** | ||
* | ||
* cf means "chat format" | ||
* cfc means "chat format color" which means only dedicated for color | ||
* | ||
******************************************/ | ||
|
||
// Standard colors | ||
// color names are not really accurate due to theme base color visibility. get the feeling. | ||
.cfc_red { | ||
color: #d60f0f; | ||
} | ||
.cfc_redorange { | ||
color: #e4480a; | ||
} | ||
.cfc_orange { | ||
color: #db7e05; | ||
} | ||
.cfc_yellow { | ||
color: #d1ce06; | ||
} | ||
.cfc_lime { | ||
color: #6fb611; | ||
} | ||
.cfc_green { | ||
color: #15b910; | ||
} | ||
.cfc_cyan { | ||
color: #0bc099; | ||
} | ||
.cfc_bluesky { | ||
color: #0b8fb8; | ||
} | ||
.cfc_darkbluesky { | ||
color: #2b7386; | ||
} | ||
.cfc_navy { | ||
color: #0f52b8; | ||
} | ||
.cfc_blue { | ||
color: #0d0ac5; | ||
} | ||
.cfc_indigo { | ||
color: #410eb9; | ||
} | ||
.cfc_purple { | ||
color: #750eb9; | ||
} | ||
.cfc_violet { | ||
color: #af10c4; | ||
} | ||
.cfc_magenta { | ||
color: #bb0a95; | ||
} | ||
.cfc_redpurple { | ||
color: #b90c54; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters