-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy path_theme.scss
More file actions
19 lines (18 loc) · 848 Bytes
/
_theme.scss
File metadata and controls
19 lines (18 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Old colours used for the CSSS code theme that match the VSCode theme.
// $bg1: #333333; // activity bar
// $bg3: #252526; // tabs bar, file explorer
$bg0: oklch(33.91% 0.01 285.83); // file explorer hover
$bg1: oklch(17.76% 0 0); // activity bar
$bg2: oklch(29.72% 0 0); // unfocused tabs
$bg3: oklch(17.76% 0 0); // tabs bar, file explorer
$bg4: oklch(32.11% 0 0); // code background, focused tabs
$bg5: oklch(19.57% 0 0); // logo
$accent: oklch(52.33% 0.069 171.72); // status bar
$accent1: oklch(44.61% 0.114 150.28);
$accent2: oklch(63.5% 0.159 152.37);
$accent3: oklch(70.1% 0.119 185deg); //
$accent4: oklch(88.3% 0.1 146deg); //
$icon: oklch(74.7% 0 0deg); //
$code-text: oklch(65.3% 0 0deg); // landing page text
$outline: oklch(23.6% 0 0deg); // outline
$hov-glow: drop-shadow(0 0 4px rgba(255, 255, 200, 0.8)); // apply to a `filter`