9 lines
190 B
Plaintext
9 lines
190 B
Plaintext
|
// "spaceship" theme config
|
||
|
configuration {
|
||
|
font: "Fira Code 14";
|
||
|
show-icons: true;
|
||
|
icon-theme: "hicolor";
|
||
|
icon { theme: "hicolor"; }
|
||
|
}
|
||
|
// actual styling
|
||
|
@theme "spaceship/theme.rasi"
|