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
|
## 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-mocha` (default)
|
||||||
- `catppuccin-macchiato`
|
- `catppuccin-macchiato`
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ import (
|
||||||
"vcom/internal/theme"
|
"vcom/internal/theme"
|
||||||
)
|
)
|
||||||
|
|
||||||
const version = "v0.2.1"
|
const version = "v0.2.2"
|
||||||
|
|
||||||
type modalKind int
|
type modalKind int
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ right_path = ''
|
||||||
|
|
||||||
[ui]
|
[ui]
|
||||||
app_title = 'vcom'
|
app_title = 'vcom'
|
||||||
theme = 'catppuccin-mocha'
|
theme = 'github-dark'
|
||||||
icon_mode = 'auto'
|
icon_mode = 'auto'
|
||||||
show_title_bar = true
|
show_title_bar = true
|
||||||
show_footer = true
|
show_footer = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue