# vim: filetype=python config.load_autoconfig(False) # actions config.set('tabs.tabs_are_windows', True) config.set('tabs.show', 'never') for mode in ['normal','insert','hint','passthrough','command','prompt','yesno','register']: config.bind('', 'fake-key -g ', mode) config.bind('', 'fake-key -g ', mode) config.bind('', 'fake-key -g ', mode) # colors config.set('colors.webpage.preferred_color_scheme','dark') config.set('colors.webpage.darkmode.enabled', True) config.set('colors.webpage.bg','#$THEME_COLOR_BG')