Update 2023-01-10 08:20 OpenBSD/amd64

This commit is contained in:
c0dev0id
2023-01-10 08:20:01 +01:00
parent 19bf31dc8e
commit 8b415874eb
8 changed files with 30 additions and 16 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 = 150
settings.webview.zoom_level = 100
settings.window.close_with_last_tab = true
-- search engines

View File

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