generated from nhcarrigan/template
30 lines
709 B
Plaintext
30 lines
709 B
Plaintext
|
// Main UI Colors
|
||
|
@background: #ffefef;
|
||
|
@foreground: #d87093;
|
||
|
|
||
|
// These are the primary colors used throughout the UI
|
||
|
@ui-background: #fff0f5;
|
||
|
@ui-foreground: #d87093;
|
||
|
@ui-accent: #ff69b4;
|
||
|
@ui-accent-light: #ff77a8;
|
||
|
@ui-border: #ffd6e0;
|
||
|
@ui-selection: #ffb6c1;
|
||
|
@ui-highlight: #ffb6c180;
|
||
|
|
||
|
@syntax-comment: #e5a3b5;
|
||
|
@syntax-string: #ff69b4;
|
||
|
@syntax-constant: #c96385;
|
||
|
@syntax-variable: #d87093;
|
||
|
@syntax-keyword: #e35a8f;
|
||
|
@syntax-function: #d45a88;
|
||
|
@syntax-class: #ff77a8;
|
||
|
@syntax-tag: #e35a8f;
|
||
|
@syntax-attribute: #ff77a8;
|
||
|
@syntax-type: #ff77a8;
|
||
|
@syntax-storage: #e35a8f;
|
||
|
@syntax-operator: #e35a8f;
|
||
|
@syntax-parameter: #d87093;
|
||
|
@syntax-property: #ff77a8;
|
||
|
@syntax-punctuation: #d87093;
|
||
|
@syntax-decorator: #c96385;
|