Let's try to theme like this then
This commit is contained in:
parent
a5247bb60c
commit
12565e6ba5
3 changed files with 19 additions and 7 deletions
|
@ -89,7 +89,10 @@
|
|||
|
||||
# Theming:
|
||||
catppuccin-cursors
|
||||
catppuccin-kde
|
||||
(catppuccin-kde.override {
|
||||
flavour = "macchiato";
|
||||
accents = "lavender";
|
||||
})
|
||||
catppuccin-sddm-corners
|
||||
|
||||
# Web browsing:
|
||||
|
@ -103,7 +106,17 @@
|
|||
extensions = with pkgs.vscode-extensions; [
|
||||
#arrterian.nix-env-selector
|
||||
#ban.spellright
|
||||
catppuccin.catppuccin-vsc
|
||||
(pkgs.catppuccin-vsc.override {
|
||||
accent = "lavender";
|
||||
boldKeywords = true;
|
||||
italicComments = true;
|
||||
italicKeywords = true;
|
||||
extraBordersEnabled = false;
|
||||
workbenchMode = "default";
|
||||
bracketMode = "rainbow";
|
||||
colorOverrides = {};
|
||||
customUIColors = {};
|
||||
})
|
||||
catppuccin.catppuccin-vsc-icons
|
||||
charliermarsh.ruff
|
||||
# dracula-theme.theme-dracula
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue