Created
October 5, 2018 10:48
-
-
Save andrey-skl/375cf29a7df055a376ceb12eb1d8b8ba to your computer and use it in GitHub Desktop.
Ring UI Darkula CSS values
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
{ | |
"--ring-line-color": "#3e4d59", | |
"--ring-borders-color": "#7a8b99", | |
"--ring-pale-control-color": "var(--ring-borders-color)", | |
"--ring-popup-border-components": "150, 150, 150", | |
"--ring-link-color": "#70b1e6", | |
"--ring-error-color": "#db5860", | |
"--ring-text-color": "#ddd", | |
"--ring-heading-color": "#ddd", | |
"--ring-secondary-color": "#aaa", | |
"--ring-content-background-color": "#23272b", | |
"--ring-sidebar-background-color": "#28343d", | |
"--ring-selected-background-color": "#11293d", | |
"--ring-hover-background-color": "#11293d" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment