Skip to content

Commit

Permalink
Update lights.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
MonaraMir committed Jun 21, 2023
1 parent 683db42 commit d431d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/__DEFINES/color/lights.dm
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
#define LIGHT_COLOR_INCANDESCENT_TUBE "#E0EFF0" // rgb(224, 239, 240) Slightly blueish white.
#define LIGHT_COLOR_INCANDESCENT_BULB "#FFFEB8" // rgb(255, 254, 184) Slightly yellowish white.
#define LIGHT_COLOR_INCANDESCENT_FLASHLIGHT "#FFCC66" // rgb(255, 204, 102) Slightly yellowish white.
#define LIGHT_COLOR_NIGHTSHIFT "#616191" // rgb(134, 162, 239) Blueish white.
#define LIGHT_COLOR_NIGHTSHIFT "#616191" // rgb(97, 97, 145) Dark blue.

0 comments on commit d431d97

Please sign in to comment.