Merge branch 'master' into text-editor
This commit is contained in:
commit
6582387579
109 changed files with 370 additions and 413 deletions
|
|
@ -186,7 +186,7 @@ impl Theme {
|
|||
}
|
||||
}
|
||||
|
||||
fn key(&self) -> &'static str {
|
||||
fn key(self) -> &'static str {
|
||||
match self {
|
||||
Theme::SolarizedDark => "Solarized (dark)",
|
||||
Theme::Base16Mocha => "base16-mocha.dark",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue