Add basic color scheme

This commit is contained in:
Kevin Kandlbinder 2023-05-30 14:17:44 +02:00
parent afc687f6f3
commit 1816fb6fb5
Signed by: kevin
GPG key ID: 1460B586646E180D
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,21 @@
scheme: "K Goes Vroom"
author: "Kevin @ https://kgoesvroom.net"
description: "this color scheme is based on the website kgoesvroom.net"
variant: "dark"
base00: "#1a2516"
base01: "#24321F"
base02: "#ffffff"
base03: "#30402A"
base04: "#3D4E36"
base05: "#617B58"
base06: "#7E9C73"
base07: "#A7C79C"
base08: "#F0FFEB"
base09: "#ff8470"
base0A: "#cbab3b"
base0B: "#7dd147"
base0C: "#48df8b"
base0D: "#4ccde1"
base0E: "#d480ff"
base0F: "#ff72c6"

View file

@ -2,5 +2,6 @@
stylix = { stylix = {
image = ../../assets/wallpapers/kevin-kandlbinder-u4wkyXFGUc4-unsplash.jpg; image = ../../assets/wallpapers/kevin-kandlbinder-u4wkyXFGUc4-unsplash.jpg;
polarity = "dark"; polarity = "dark";
base16Scheme = ../../colors/schemes/base16-vroom.yaml;
}; };
} }