light theme ftw

This commit is contained in:
2026-01-27 19:17:04 -03:00
parent 3756517c4a
commit 0206b90f6f
3 changed files with 4 additions and 13 deletions

View File

@@ -1,3 +1,2 @@
background_opacity 0.8
background_blur 128
background_opacity 1.0
hide_window_decorations yes

View File

@@ -1,4 +1,4 @@
require("config.lazy")
vim.cmd('colorscheme tokyodark')
vim.cmd('colorscheme delek')

View File

@@ -1,18 +1,10 @@
local wezterm = require 'wezterm'
return {
font = wezterm.font_with_fallback({"JetBrains Mono", "Iosevka Term"}),
font_size = 12.0,
window_background_opacity = 0.90,
macos_window_background_blur = 20,
color_scheme = "Builtin Dark",
font_size = 16.0,
color_scheme = "DanQing Light (base16)"
window_decorations = "RESIZE",
enable_tab_bar = false,
use_resize_increments = false,
enable_wayland = false,
colors = {
background = "#0C0F14",
foreground = "#E0E1DD",
cursor_bg = "#6EE2FF",
cursor_fg = "#0C0F14",
},
}