Skip to content

Instantly share code, notes, and snippets.

@andrey-skl
Created October 5, 2018 10:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrey-skl/375cf29a7df055a376ceb12eb1d8b8ba to your computer and use it in GitHub Desktop.
Save andrey-skl/375cf29a7df055a376ceb12eb1d8b8ba to your computer and use it in GitHub Desktop.
Ring UI Darkula CSS values
{
"--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