fix alien formatting
This commit is contained in:
parent
439a1ad75c
commit
34eb7fd06a
1 changed files with 7 additions and 6 deletions
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
{
|
||||
catppuccin = {
|
||||
accent = "mocha";
|
||||
flavor = "blue";
|
||||
accent = "blue";
|
||||
flavor = "mocha";
|
||||
};
|
||||
|
||||
programs.plasma = {
|
||||
|
|
@ -13,10 +13,11 @@
|
|||
splashScreen.theme = "Catpppuccin-Mocha-Blue";
|
||||
};
|
||||
|
||||
configFile = {
|
||||
kdeglobals.KDE = {
|
||||
DefaultDarkLookAndFeel = "Catppuccin-Mocha-Blue";
|
||||
DefaultLightLookAndFeel = "Catppuccin-Latte-Blue";
|
||||
configFile = {
|
||||
kdeglobals.KDE = {
|
||||
DefaultDarkLookAndFeel = "Catppuccin-Mocha-Blue";
|
||||
DefaultLightLookAndFeel = "Catppuccin-Latte-Blue";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue