change yoru theme

This commit is contained in:
Hadi
2025-03-02 15:04:16 +01:00
parent e6dfa4bd52
commit b8ef571b50
2 changed files with 19 additions and 14 deletions

View File

@@ -1,26 +1,32 @@
{ pkgs, inputs, ... }: { pkgs, inputs, ... }: {
{
stylix = { stylix = {
enable = true; enable = true;
# Edited catppuccin # Edited catppuccin
base16Scheme = { base16Scheme = {
base00 = "0c0e0f"; # Default Background base00 = "0c0e0f"; # Default Background
base01 = "141617"; # Lighter Background (Used for status bars, line number and folding marks) base01 =
"141617"; # Lighter Background (Used for status bars, line number and folding marks)
base02 = "161819"; # Selection Background base02 = "161819"; # Selection Background
base03 = "1f2122"; # Comments, Invisibles, Line Highlighting base03 = "2f3132"; # Comments, Invisibles, Line Highlighting
base04 = "27292a"; # Dark Foreground (Used for status bars) base04 = "27292a"; # Dark Foreground (Used for status bars)
base05 = "edeff0"; # Default Foreground, Caret, Delimiters, Operators base05 = "edeff0"; # Default Foreground, Caret, Delimiters, Operators
base06 = "e4e6e7"; # Light Foreground (Not often used) base06 = "e4e6e7"; # Light Foreground (Not often used)
base07 = "f2f4f5"; # Light Background (Not often used) base07 = "f2f4f5"; # Light Background (Not often used)
base08 = "f26e74"; # Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted base08 =
base09 = "ecd28b"; # Integers, Boolean, Constants, XML Attributes, Markup Link Url "f26e74"; # Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
base09 =
"ecd28b"; # Integers, Boolean, Constants, XML Attributes, Markup Link Url
base0A = "e79881"; # Classes, Markup Bold, Search Text Background base0A = "e79881"; # Classes, Markup Bold, Search Text Background
base0B = "82c29c"; # Strings, Inherited Class, Markup Code, Diff Inserted base0B = "82c29c"; # Strings, Inherited Class, Markup Code, Diff Inserted
base0C = "6791c9"; # Support, Regular Expressions, Escape Characters, Markup Quotes base0C =
base0D = "709ad2"; # Functions, Methods, Attribute IDs, Headings, Accent color "6791c9"; # Support, Regular Expressions, Escape Characters, Markup Quotes
base0E = "c58cec"; # Keywords, Storage, Selector, Markup Italic, Diff Changed base0D =
base0F = "e8646a"; # Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?> "709ad2"; # Functions, Methods, Attribute IDs, Headings, Accent color
base0E =
"c58cec"; # Keywords, Storage, Selector, Markup Italic, Diff Changed
base0F =
"363839"; # Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?>
}; };
cursor = { cursor = {
@@ -58,8 +64,7 @@
image = pkgs.fetchurl { image = pkgs.fetchurl {
url = url =
"https://github.com/anotherhadi/nixy-wallpapers/blob/main/wallpapers/" "https://github.com/anotherhadi/nixy-wallpapers/blob/main/wallpapers/"
+ "pink-sky-mountains.png" + "pink-sky-mountains.png" + "?raw=true";
+ "?raw=true";
sha256 = "sha256-EF/tjNSpFHVei78HN7etXqsuBeA+PnxSKXw8HSPypys="; sha256 = "sha256-EF/tjNSpFHVei78HN7etXqsuBeA+PnxSKXw8HSPypys=";
}; };

View File

@@ -11,8 +11,8 @@
bar = { bar = {
position = "top"; # "top" | "bottom" position = "top"; # "top" | "bottom"
transparent = false; transparent = true;
transparentButtons = true; transparentButtons = false;
floating = true; floating = true;
}; };
} }