ags/styles/_variables.scss

7 lines
292 B
SCSS
Raw Normal View History

2025-02-06 12:05:55 +01:00
$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;