feat: onedark theme
This commit is contained in:
parent
060994f393
commit
0e8842a007
2 changed files with 275 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ func generateSchema() map[string]any {
|
|||
"type": "string",
|
||||
"description": "TUI theme name",
|
||||
"default": "catppuccin",
|
||||
"enum": []string{"catppuccin", "gruvbox", "flexoki"},
|
||||
"enum": []string{"catppuccin", "gruvbox", "flexoki", "onedark"},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue