Swap theme
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
extensions = [
|
||||
"nix"
|
||||
"catppuccin"
|
||||
"dracula"
|
||||
"catppuccin-icons"
|
||||
"toml"
|
||||
"elixir"
|
||||
@@ -19,7 +19,7 @@
|
||||
];
|
||||
|
||||
userSettings = {
|
||||
icon_theme = "Catppuccin Macchiato";
|
||||
icon_theme = "Dracula";
|
||||
title_bar = {
|
||||
show_sign_in = false;
|
||||
};
|
||||
@@ -39,7 +39,7 @@
|
||||
theme = {
|
||||
mode = "system";
|
||||
light = "One Light";
|
||||
dark = "Catppuccin Macchiato";
|
||||
dark = "Dracula";
|
||||
};
|
||||
languages = {
|
||||
"Nix" = {
|
||||
|
||||
Reference in New Issue
Block a user