Skip to content

Instantly share code, notes, and snippets.

@ggazzo
Created November 4, 2022 19:46
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 ggazzo/490b3874035e56cc483a17013133cd2f to your computer and use it in GitHub Desktop.
Save ggazzo/490b3874035e56cc483a17013133cd2f to your computer and use it in GitHub Desktop.
main {
--rcx-color-background-light: #1F2329;
--rcx-color-background-tint: #2F343D;
--rcx-color-surface-light: #1F2329;
--rcx-color-surface-tint: #2F343D;
--rcx-color-surface-neutral: #6C727A;
--rcx-color-surface-disabled: #2F343D;
--rcx-color-surface-hover: #6C727A;
--rcx-color-surface-selected: #9EA2A8;
--rcx-color-surface-dark: #E4E7EA;
--rcx-color-stroke-extra-light: #2F343D;
--rcx-color-stroke-light: #6C727A;
--rcx-color-stroke-medium: #9EA2A8;
--rcx-color-stroke-dark: #CBCED1;
--rcx-color-stroke-extra-dark: #E4E7EA;
--rcx-color-stroke-extra-light-highlight: #D1EBFE;
--rcx-color-stroke-highlight: #156FF5;
--rcx-color-stroke-extra-light-error: #FFC1C9;
--rcx-color-stroke-error: #EC0D2A;
--rcx-color-font-white: #2F343D;
--rcx-color-font-disabled: #6C727A;
--rcx-color-font-annotation: #9EA2A8;
--rcx-color-font-hint: #E4E7EA;
--rcx-color-font-secondary-info: #E4E7EA;
--rcx-color-font-default: #F2F3F5;
--rcx-color-font-titles-labels: #F2F3F5;
--rcx-color-font-info: #095AD2;
--rcx-color-font-danger: #D40C26;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment