Rename palette entries to be color-agnostic.
darkmorford -
ca4adbee4033
Not Reviewed
Show More
Add another comment
TODOs: 0 unresolved 0 Resolved
COMMENTS: 0 General 0 Inline
@@ -1,8 +1,10
1 $background-gray: #4C565E;
2 $foreground-gray: #757B81;
3 $text-gray: #B7BFC7;
4 $light-orange: #F6B33D;
5 $dark-orange: #FF6600;
6 $infobox-gray: #23272B;
7 $link-hover: #EB5252;
8 $link-visited: #ECECA3;
1 $background: #4C565E;
2 $foreground: #757B81;
3 $infobox: #23272B;
4
5 $text-normal: #B7BFC7;
6 $text-accent: #F6B33D;
7
8 $link-normal: #FF6600;
9 $link-hover: #EB5252;
10 $link-visited: #ECECA3;
Comments 0
You need to be logged in to leave comments. Login now