mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-05-05 12:55:53 +02:00
Add basic color scheme
This commit is contained in:
parent
afc687f6f3
commit
1816fb6fb5
2 changed files with 22 additions and 0 deletions
21
colors/schemes/base16-vroom.yaml
Normal file
21
colors/schemes/base16-vroom.yaml
Normal 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"
|
|
@ -2,5 +2,6 @@
|
|||
stylix = {
|
||||
image = ../../assets/wallpapers/kevin-kandlbinder-u4wkyXFGUc4-unsplash.jpg;
|
||||
polarity = "dark";
|
||||
base16Scheme = ../../colors/schemes/base16-vroom.yaml;
|
||||
};
|
||||
}
|
Loading…
Add table
Reference in a new issue