prep template for rose-pine/build
parent
7143878d5b
commit
903dcf58a1
20
template.css
20
template.css
|
@ -1,14 +1,14 @@
|
|||
:root {
|
||||
--rosewater: #f5e0dc;
|
||||
--peach: #fab387;
|
||||
--green: #a6e3a1;
|
||||
--blue: #89b4fa;
|
||||
--lavender: #b4befe;
|
||||
--text: #cdd6f4;
|
||||
--surface2: #585b70;
|
||||
--surface0: #313244;
|
||||
--base: #1e1e2e;
|
||||
--mantle: #181825;
|
||||
--rosewater: $love;
|
||||
--peach: $gold;
|
||||
--green: $foam;
|
||||
--blue: $pine;
|
||||
--lavender: $iris;
|
||||
--text: $text;
|
||||
--surface2: $overlay;
|
||||
--surface0: $highlightLow;
|
||||
--base: $base;
|
||||
--mantle: $surface;
|
||||
}
|
||||
|
||||
#vimiumHintMarkerContainer div.internalVimiumHintMarker,
|
||||
|
|
Loading…
Reference in New Issue