zee-editor / zee

A modern text editor for the terminal written in Rust
Apache License 2.0
1.48k stars 42 forks source link

Theme name in settings #33

Closed iainh closed 2 years ago

iainh commented 2 years ago

Add a new property (theme_name) to the configuration file to contain the name of the theme. This replaces theme_id which contained the numeric index of the theme.

e.g.

theme_name = "base16-material"

versus

theme_id = 15

This pull request also contains the fix from #32