Update 2024-12-22 17:20 OpenBSD/amd64-t14

This commit is contained in:
c0dev0id
2024-12-22 17:20:59 +01:00
parent 2e1234e383
commit e304b53c34
4 changed files with 6 additions and 110 deletions

View File

@@ -60,7 +60,7 @@ local settings_chrome = require "settings_chrome"
settings.window.home_page = "luakit://newtab"
-- settings.window.scroll_step = 20
settings.window.zoom_step = 0.2
settings.webview.zoom_level = 100
settings.webview.zoom_level = 125
settings.window.close_with_last_tab = true
-- search engines

View File

@@ -5,7 +5,7 @@
local theme = {}
-- Default settings
theme.font = "16px Terminess"
theme.font = "20px IosevkaTerm"
theme.fg = "#D8D8D8"
theme.bg = "#181818"