chore: bump version to v0.2.2
This commit is contained in:
parent
c4707d9300
commit
be7addcb2a
3 changed files with 3 additions and 3 deletions
|
|
@ -159,7 +159,7 @@ icon_mode = "auto" # auto | nerd | ascii
|
|||
|
||||
## Themes
|
||||
|
||||
Built-in themes (use `T` to cycle or set `ui.theme` in config):
|
||||
Built-in themes (press `t` to open theme selector or set `ui.theme` in config):
|
||||
|
||||
- `catppuccin-mocha` (default)
|
||||
- `catppuccin-macchiato`
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ import (
|
|||
"vcom/internal/theme"
|
||||
)
|
||||
|
||||
const version = "v0.2.1"
|
||||
const version = "v0.2.2"
|
||||
|
||||
type modalKind int
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ right_path = ''
|
|||
|
||||
[ui]
|
||||
app_title = 'vcom'
|
||||
theme = 'catppuccin-mocha'
|
||||
theme = 'github-dark'
|
||||
icon_mode = 'auto'
|
||||
show_title_bar = true
|
||||
show_footer = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue