summaryrefslogtreecommitdiff
path: root/home/apps/rofi/theme.rasi.mustache
blob: eed44b2796f675efa0af7e92cbc52b7fa0f9accd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
* {
    primary: #{{colors.primary}};
    error: #{{colors.error}};
    base: #{{cplors.base}};
    surface: #{{colors.surface}};
    text: #{{colors.text}};
    inner-radius: {{innerRadius}};
    outer-radius: {{outerRadius}};
    inner-gap: {{innerGap}};
    outer-gap: {{outerGap}};
    border-width: {{borderWidth}};
    background: url("{{wallpaper}}", height);
}