Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Zephyr <[email protected]>
  • Loading branch information
rye-rice and ZephyrTFA authored Aug 29, 2021
1 parent 4682fe3 commit abd9fd0
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions code/__DEFINES/colors.dm
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
#define COLOR_DARKMODE_TEXT "#000000"


#define COLOR_MONOTILE "#545c68"
#define COLOR_TILE_GRAY "#4c535b"
#define COLOR_TILE_DARK_GRAY "#404040"
#define COLOR_WARNING "#D2D53D"

#define WOOD_COLOR_GENERIC "#d5a66e"
#define WOOD_COLOR_RICH "#792f27"
#define WOOD_COLOR_PALE "#d2bc9d"
#define WOOD_COLOR_PALE2 "#e6d2ba"
#define WOOD_COLOR_BLACK "#332521"
#define WOOD_COLOR_CHOCOLATE "#543c30"
#define WOOD_COLOR_YELLOW "#e3994e"
#define COLOR_MONOTILE "#545c68"
#define COLOR_TILE_GRAY "#4c535b"
#define COLOR_TILE_DARK_GRAY "#404040"
#define COLOR_WARNING "#D2D53D"

#define WOOD_COLOR_GENERIC "#d5a66e"
#define WOOD_COLOR_RICH "#792f27"
#define WOOD_COLOR_PALE "#d2bc9d"
#define WOOD_COLOR_PALE2 "#e6d2ba"
#define WOOD_COLOR_BLACK "#332521"
#define WOOD_COLOR_CHOCOLATE "#543c30"
#define WOOD_COLOR_YELLOW "#e3994e"
//EndWS

#define COLOR_WHITE "#FFFFFF"
Expand Down

0 comments on commit abd9fd0

Please sign in to comment.