36 lines
979 B
YAML
36 lines
979 B
YAML
height: 42
|
|
dev: true
|
|
window_title:
|
|
enable: false
|
|
vinyl:
|
|
enable: false
|
|
battery:
|
|
enable: true
|
|
stylix:
|
|
enable: true
|
|
colors:
|
|
base00: "1e1e2e" # background
|
|
base01: "313244" # lighter background
|
|
base02: "45475a" # selection background
|
|
base03: "585b70" # comments
|
|
base04: "bac2de" # dark foreground
|
|
base05: "cdd6f4" # foreground
|
|
base06: "f5e0dc" # light foreground
|
|
base07: "b4befe" # light background
|
|
base08: "f38ba8" # red
|
|
base09: "fab387" # orange
|
|
base0A: "f9e2af" # yellow
|
|
base0B: "a6e3a1" # green
|
|
base0C: "94e2d5" # cyan
|
|
base0D: "89b4fa" # blue
|
|
base0E: "cba6f7" # purple
|
|
base0F: "f2cdcd" # brown
|
|
fonts:
|
|
sansSerif: "Inter"
|
|
serif: "Times New Roman"
|
|
monospace: "JetBrains Mono"
|
|
sizes:
|
|
desktop: 16
|
|
applications: 14
|
|
terminal: 16
|
|
popups: 14 |