mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 10:04:03 +05:30
Updated stylix schema
This commit is contained in:
parent
c7a8e44bb6
commit
90d9b7a6b8
293 changed files with 1463 additions and 1259 deletions
|
@ -1 +0,0 @@
|
|||
sha256-sHr/BFWhRvzr0gVD73E7fSlGG8/9G2D3/M46UNf+qvU=
|
|
@ -1 +0,0 @@
|
|||
https://raw.githubusercontent.com/D3Ext/aesthetic-wallpapers/main/images/gruvbox_retrocity.png
|
|
@ -1,18 +0,0 @@
|
|||
scheme: "Caret Dark"
|
||||
author: "projekt0n"
|
||||
base00: "2a2d25"
|
||||
base01: "3f4536"
|
||||
base02: "586048"
|
||||
base03: "6d7859"
|
||||
base04: "9db573"
|
||||
base05: "b0c48d"
|
||||
base06: "c5d4ab"
|
||||
base07: "fdfffa"
|
||||
base08: "f18e91"
|
||||
base09: "e2a66f"
|
||||
base0A: "e0c98a"
|
||||
base0B: "a1ea9e"
|
||||
base0C: "a1ea93"
|
||||
base0D: "67cfa3"
|
||||
base0E: "80b7cb"
|
||||
base0F: "baacd7"
|
25
themes/caret/default.nix
Normal file
25
themes/caret/default.nix
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
scheme = "Caret Dark";
|
||||
slug = "caret-dark";
|
||||
author = "projekt0n (https://github.com/projekt0n)";
|
||||
description = "The timeless colorscheme (originally for the neovim text editor)";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://raw.githubusercontent.com/D3Ext/aesthetic-wallpapers/main/images/gruvbox_retrocity.png";
|
||||
backgroundSha256 = "sha256-sHr/BFWhRvzr0gVD73E7fSlGG8/9G2D3/M46UNf+qvU=";
|
||||
base00 = "2a2d25";
|
||||
base01 = "3f4536";
|
||||
base02 = "586048";
|
||||
base03 = "6d7859";
|
||||
base04 = "9db573";
|
||||
base05 = "b0c48d";
|
||||
base06 = "c5d4ab";
|
||||
base07 = "fdfffa";
|
||||
base08 = "f18e91";
|
||||
base09 = "e2a66f";
|
||||
base0A = "e0c98a";
|
||||
base0B = "a1ea9e";
|
||||
base0C = "a1ea93";
|
||||
base0D = "67cfa3";
|
||||
base0E = "80b7cb";
|
||||
base0F = "baacd7";
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
dark
|
Loading…
Add table
Add a link
Reference in a new issue