Some gpt themes + tex modifications + working hyprpaper
This commit is contained in:
parent
84aaa6f6b9
commit
c9bf24c49b
17 changed files with 206 additions and 27 deletions
common/themes
|
@ -4,17 +4,40 @@ let
|
|||
catppuccin-mocha = {
|
||||
image = ./wallpapers/auto/catppuccin-mocha-rain-world.png;
|
||||
base16Scheme = "${inputs.catppuccin-base16}/base16/mocha.yaml";
|
||||
polarity = "dark";
|
||||
};
|
||||
|
||||
catppuccin-latte = {
|
||||
image = ./wallpapers/auto/catppuccin-latte-city.png;
|
||||
base16Scheme = "${inputs.catppuccin-base16}/base16/latte.yaml";
|
||||
polarity = "light";
|
||||
};
|
||||
|
||||
rosepine-dawn = {
|
||||
image = ./wallpapers/rosepine_light_field.png;
|
||||
base16Scheme = "${inputs.rosepine-base16}/rose-pine-dawn.yaml";
|
||||
polarity = "light";
|
||||
};
|
||||
|
||||
gpt = {
|
||||
monopurple-light = {
|
||||
image = ./wallpapers/auto/catppuccin-latte-city.png;
|
||||
base16Scheme = ./gpt-themes/monopurple-light.yaml;
|
||||
polarity = "light";
|
||||
};
|
||||
|
||||
purplepink-light = {
|
||||
image = ./wallpapers/auto/catppuccin-latte-city.png;
|
||||
base16Scheme = ./gpt-themes/purplepink-light.yaml;
|
||||
polarity = "light";
|
||||
};
|
||||
};
|
||||
};
|
||||
in
|
||||
{
|
||||
# Select your current theme here!
|
||||
imports = [
|
||||
{ stylix = themes.catppuccin-mocha; }
|
||||
{ stylix = themes.catppuccin-latte; }
|
||||
];
|
||||
|
||||
# Requires me to manually turn targets on!
|
||||
|
|
20
common/themes/gpt-themes/monopurple-light.yaml
Normal file
20
common/themes/gpt-themes/monopurple-light.yaml
Normal file
|
@ -0,0 +1,20 @@
|
|||
scheme: Monopurple Light
|
||||
|
||||
author: OpenAI
|
||||
|
||||
base00: "#ffffff" # Background
|
||||
base01: "#f4e8fd" # Current Line
|
||||
base02: "#e3c9f3" # Selection
|
||||
base03: "#c9addf" # Comments
|
||||
base04: "#9976b3" # Variables
|
||||
base05: "#7a589e" # Normal Text
|
||||
base06: "#563c6d" # String
|
||||
base07: "#3d2647" # Function Calls
|
||||
base08: "#d33682" # Keywords
|
||||
base09: "#cb48b7" # Constants
|
||||
base0A: "#b62da6" # Operators
|
||||
base0B: "#9b00a0" # Numbers
|
||||
base0C: "#7a007f" # Punctuation
|
||||
base0D: "#59005e" # Tag/Markup
|
||||
base0E: "#430046" # Function Definition
|
||||
base0F: "#2e002e" # Deprecated/Obsolete
|
20
common/themes/gpt-themes/purplepink-light.yaml
Normal file
20
common/themes/gpt-themes/purplepink-light.yaml
Normal file
|
@ -0,0 +1,20 @@
|
|||
scheme: Purplepink Light
|
||||
|
||||
author: OpenAI
|
||||
|
||||
base00: "#f9f7ff" # Background
|
||||
base01: "#f2e9ff" # Current line
|
||||
base02: "#d9c7eb" # Selection
|
||||
base03: "#b8a4d8" # Comment
|
||||
base04: "#6e579f" # Foreground
|
||||
base05: "#564c74" # Light Foreground
|
||||
base06: "#45385b" # Dark Foreground
|
||||
base07: "#331f33" # Contrast Foreground
|
||||
base08: "#ee8ae5" # Primary Accent (Pink)
|
||||
base09: "#d670c9" # Secondary Accent (Purple)
|
||||
base0A: "#9f70c9" # Tertiary Accent (Deep Purple)
|
||||
base0B: "#61d6cf" # Bright Aqua
|
||||
base0C: "#9fd2e5" # Light Blue
|
||||
base0D: "#4a8ee0" # Bright Blue
|
||||
base0E: "#ed6e61" # Coral
|
||||
base0F: "#e58f79" # Salmon
|
BIN
common/themes/wallpapers/auto/catppuccin-latte-city.png
Normal file
BIN
common/themes/wallpapers/auto/catppuccin-latte-city.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 454 KiB |
Loading…
Add table
Add a link
Reference in a new issue