light theme ftw
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
background_opacity 0.8
|
||||
background_blur 128
|
||||
background_opacity 1.0
|
||||
hide_window_decorations yes
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
require("config.lazy")
|
||||
|
||||
vim.cmd('colorscheme tokyodark')
|
||||
vim.cmd('colorscheme delek')
|
||||
|
||||
|
||||
@@ -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",
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user