update catppuccin theme
This commit is contained in:
parent
c45983ca3a
commit
4cd0e0d73f
3 changed files with 24 additions and 23 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ inputs, config, lib, pkgs, ... }:
|
||||
{ inputs, config, lib, pkgs, system, ... }:
|
||||
|
||||
with lib;
|
||||
let
|
||||
|
|
@ -49,15 +49,17 @@ in {
|
|||
vscode = {
|
||||
colorTheme = {
|
||||
name = "Catppuccin ${pascalCase variant}";
|
||||
extension = (pkgs.vscode-extensions.catppuccin.catppuccin-vsc.override {
|
||||
accent = accent;
|
||||
boldKeywords = false;
|
||||
italicComments = false;
|
||||
italicKeywords = false;
|
||||
extraBordersEnabled = false;
|
||||
workbenchMode = "flat";
|
||||
bracketMode = "rainbow";
|
||||
});
|
||||
extension = inputs.catppuccin.packages.${system}.vscode.override {
|
||||
catppuccinOptions = {
|
||||
accent = accent;
|
||||
boldKeywords = false;
|
||||
italicComments = false;
|
||||
italicKeywords = false;
|
||||
extraBordersEnabled = false;
|
||||
workbenchMode = "flat";
|
||||
bracketMode = "rainbow";
|
||||
};
|
||||
};
|
||||
};
|
||||
iconTheme = {
|
||||
name = "material-icon-theme";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue