7 lines
292 B
SCSS
7 lines
292 B
SCSS
|
$fg-color: #{"@theme_fg_color"};
|
||
|
$bg-color: #{"@theme_bg_color"};
|
||
|
$secondary-fg-color: #{"@insensitive_fg_color"};
|
||
|
$secondary-bg-color: #{"@insensitive_bg_color"};
|
||
|
$font-family: "SFProText Nerd Font", "SFProDisplay Nerd Font", sans-serif;
|
||
|
$font-family-monospace: "JetBrains Mono", monospace;
|