chore: bump version to v0.2.2

This commit is contained in:
vrubelroman 2026-04-29 16:47:13 +03:00
parent c4707d9300
commit be7addcb2a
3 changed files with 3 additions and 3 deletions

View file

@ -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`

View file

@ -27,7 +27,7 @@ import (
"vcom/internal/theme"
)
const version = "v0.2.1"
const version = "v0.2.2"
type modalKind int

View file

@ -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