Swap theme

This commit is contained in:
2026-02-16 14:27:03 -07:00
parent caae54f948
commit 3a19bb1dda

View File

@@ -7,7 +7,7 @@
extensions = [ extensions = [
"nix" "nix"
"catppuccin" "dracula"
"catppuccin-icons" "catppuccin-icons"
"toml" "toml"
"elixir" "elixir"
@@ -19,7 +19,7 @@
]; ];
userSettings = { userSettings = {
icon_theme = "Catppuccin Macchiato"; icon_theme = "Dracula";
title_bar = { title_bar = {
show_sign_in = false; show_sign_in = false;
}; };
@@ -39,7 +39,7 @@
theme = { theme = {
mode = "system"; mode = "system";
light = "One Light"; light = "One Light";
dark = "Catppuccin Macchiato"; dark = "Dracula";
}; };
languages = { languages = {
"Nix" = { "Nix" = {