Skip to content

Commit

Permalink
chore: Updating active theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Ford authored and Alex Ford committed Jul 26, 2024
1 parent 5415b74 commit 3546d65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ require("mousemaps")
local wezterm = require("wezterm")
local config = require("config")

config.color_scheme = "Tokyo Night Storm"
-- config.color_scheme = "Tokyo Night Storm"
-- config.color_scheme = "Tokyo Night Moon"
-- config.color_scheme = "Tokyo Night Night"
-- config.color_scheme = "Catppuccin Frappe"
config.color_scheme = "Catppuccin Frappe"
-- config.color_scheme = "Catppuccin Macchiato"
-- config.color_scheme = "Catppuccin Mocha"
-- config.color_scheme = "Catppuccin Pink Mocha"
Expand Down
2 changes: 1 addition & 1 deletion nvim/lua/plugins/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ return {
transparent = true,
},
},
{ "LazyVim/LazyVim", opts = { colorscheme = "tokyonight" } },
{ "LazyVim/LazyVim", opts = { colorscheme = "catppuccin" } },
}

0 comments on commit 3546d65

Please sign in to comment.