summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIbrahim Muftee <ibrahim@muftee.net>2024-10-10 17:18:16 -0500
committerIbrahim Muftee <ibrahim@muftee.net>2026-07-01 00:23:31 -0400
commit226524f703c4d63b392072c863d83d23b84f6b76 (patch)
treeeb815b2c41b5e960378437c0b327967d9c9c4519
parent4a4600b821bed4a44e7dd581d1848939ae06e020 (diff)
feat(wezterm): new colorscheme and tab fixes
-rw-r--r--dot_config/wezterm/wezterm.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/dot_config/wezterm/wezterm.lua b/dot_config/wezterm/wezterm.lua
index 14cd800..6837541 100644
--- a/dot_config/wezterm/wezterm.lua
+++ b/dot_config/wezterm/wezterm.lua
@@ -7,7 +7,7 @@
local wezterm = require("wezterm")
local keys = require("keys")
-local tabs = require("tabs")
+-- local tabs = require("tabs")
local chezmoi = require("chezmoi")
local font = wezterm.font_with_fallback({
@@ -25,13 +25,13 @@ local config = {
initial_cols = width,
initial_rows = length,
-- TODO: Create custom color scheme in separate module (colors.lua)
- color_scheme = "Gruvbox dark, medium (base16)",
+ color_scheme = "rose-pine",
-- window_background_opacity = 0.9,
use_fancy_tab_bar = false,
show_tabs_in_tab_bar = true,
show_new_tab_button_in_tab_bar = false,
- tab_bar_style = tabs.tab_bar_style,
+ -- tab_bar_style = tabs.tab_bar_style,
default_prog = { chezmoi.shell },