diff --git a/README.md b/README.md index 84ffab4..bf3b167 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/internal/ui/model.go b/internal/ui/model.go index 946fcbc..596b8e8 100644 --- a/internal/ui/model.go +++ b/internal/ui/model.go @@ -27,7 +27,7 @@ import ( "vcom/internal/theme" ) -const version = "v0.2.1" +const version = "v0.2.2" type modalKind int diff --git a/vcom.toml b/vcom.toml index 55ad510..0050ba1 100644 --- a/vcom.toml +++ b/vcom.toml @@ -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