summaryrefslogtreecommitdiffstats
path: root/roles/hyprtheme/meta/argument_specs.yml
blob: c9baaba10b55d64ce720de4cf48cabf9d2c0e739 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
argument_specs:
  main:
    options:
      hyprtheme_default_theme:
        description: "The initial default theme to be used"
        type: "str"
        default: "everforest"
      hyprtheme_default_mono_font:
        description: "The default theme mono font to be used"
        type: "str"
        default: "JetBrainsMono Nerd Font"
      hyprtheme_themes:
        description: "Themes to install"
        type: "list"
        default:
          - "catppuccin"
          - "everforest"
          - "gruvbox"
          - "matte-black"
          - "osaka-jade"
          - "ristretto"
          - "tokyo-night"