mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-17 14:04:52 +02:00
Revert "themes kitten: When using the Default theme as an auto switch theme include all the actual settings values"
This reverts commit 2abc0be844.
This commit is contained in:
@@ -525,11 +525,7 @@ func (self *handler) on_accepting_key_event(ev *loop.KeyEvent) error {
|
||||
|
||||
scheme := func(name string) error {
|
||||
ev.Handled = true
|
||||
{
|
||||
theme := self.themes_list.CurrentTheme()
|
||||
theme.GenerateDefaultSettings()
|
||||
theme.SaveInFile(utils.ConfigDir(), name)
|
||||
}
|
||||
self.themes_list.CurrentTheme().SaveInFile(utils.ConfigDir(), name)
|
||||
self.update_recent()
|
||||
self.lp.Quit(0)
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user