This commit is contained in:
2025-06-22 18:38:52 +00:00
parent 2feac52b39
commit e5d95820a7
4 changed files with 7 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ c.bindings.key_mappings.update(dict(zip("ьЬыЫфФпПбБжЖлЛуУяЯа
############################################
# styles
c.colors.webpage.preferred_color_scheme = 'dark'
#c.colors.webpage.preferred_color_scheme = 'dark'
c.colors.webpage.darkmode.enabled = True
c.colors.webpage.bg = '#'+env['QB_THEME_COLOR_BG']
c.fonts.default_family = 'Roboto'
@@ -51,7 +51,6 @@ c.url.searchengines = {
'!d': 'https://lite.duckduckgo.com/lite?&q={}',
'!g': 'https://google.com/search?hl=en&q={}',
'!y': 'https://ya.ru/search/?text={}',
'!c': 'https://chat.openai.com/chat?q={}',
}
###########################################