10 lines
262 B
SCSS
10 lines
262 B
SCSS
|
|
/* ui-version: 5 (do not change when modifying theme for yourself) */
|
||
|
|
|
||
|
|
/* Fonts */
|
||
|
|
$font-mono: "Input Mono", "Inconsolata", monospace;
|
||
|
|
$font-sans: "Input Sans", "Roboto", sans-serif;
|
||
|
|
$font-family-default: $font-mono;
|
||
|
|
|
||
|
|
@import '/usr/share/astroid/ui/part.scss';
|
||
|
|
|