mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
36 lines
769 B
JSON
Executable File
36 lines
769 B
JSON
Executable File
{
|
|
"name": "Fair and square",
|
|
"slug": "{{ cookiecutter.name | slugify }}",
|
|
"version": "0.1.0",
|
|
"base00": "3B4252",
|
|
"base01": "BF616A",
|
|
"base02": "A3BE8C",
|
|
"base03": "EBCB8B",
|
|
"base04": "81A1C1",
|
|
"base05": "B48EAD",
|
|
"base06": "88C0D0",
|
|
"base07": "E5E9F0",
|
|
"base08": "727B8A",
|
|
"base09": "BF616A",
|
|
"base0A": "A3BE8C",
|
|
"base0B": "EBCB8B",
|
|
"base0C": "81A1C1",
|
|
"base0D": "B48EAD",
|
|
"base0E": "8FBCBB",
|
|
"base0F": "ECEFF4",
|
|
"font": {
|
|
"mono": {
|
|
"name": "Iosevka Nerd Font",
|
|
"baseSize": 12
|
|
},
|
|
"sansSerif": {
|
|
"name": "Source Sans Pro",
|
|
"baseSize": 14
|
|
},
|
|
"serif": {
|
|
"name": "Source Serif Pro",
|
|
"baseSize": 14
|
|
}
|
|
}
|
|
}
|