Use COSMIC syntax theme by default, derived from OneHalf

This commit is contained in:
Jeremy Soller 2023-12-22 10:55:49 -07:00
parent 542df32172
commit d289670def
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
4 changed files with 98 additions and 4 deletions

View file

@ -170,8 +170,8 @@ impl Default for Config {
font_name: "Fira Mono".to_string(),
font_size: 14,
line_numbers: true,
syntax_theme_dark: "gruvbox-dark".to_string(),
syntax_theme_light: "gruvbox-light".to_string(),
syntax_theme_dark: "COSMIC Dark".to_string(),
syntax_theme_light: "COSMIC Light".to_string(),
tab_width: 4,
vim_bindings: false,
word_wrap: false,