mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
8ed3f6b1c4
This commit includes a bunch of minor updates of some Nix modules but the focus here is the update of the theme template. The renaming of the Cookiecutter template will now make backups and migration between different filesystems very easy especially with NTFS-based filesystems often found on external hard drives.
43 lines
985 B
JSON
Executable File
43 lines
985 B
JSON
Executable File
{
|
|
"name": "Fair and square",
|
|
"slug": "{{ cookiecutter.name | slugify }}",
|
|
"version": "0.1.0",
|
|
"special": {
|
|
"background": "#2E3440",
|
|
"foreground": "#D8DEE9",
|
|
"cursor": "#D8DEE9"
|
|
},
|
|
"colors": {
|
|
"color0": "#3B4252",
|
|
"color1": "#BF616A",
|
|
"color2": "#A3BE8C",
|
|
"color3": "#EBCB8B",
|
|
"color4": "#81A1C1",
|
|
"color5": "#B48EAD",
|
|
"color6": "#88C0D0",
|
|
"color7": "#E5E9F0",
|
|
"color8": "#727B8A",
|
|
"color9": "#BF616A",
|
|
"color10": "#A3BE8C",
|
|
"color11": "#EBCB8B",
|
|
"color12": "#81A1C1",
|
|
"color13": "#B48EAD",
|
|
"color14": "#8FBCBB",
|
|
"color15": "#ECEFF4"
|
|
},
|
|
"font": {
|
|
"mono": {
|
|
"name": "Iosevka",
|
|
"baseSize": 12
|
|
},
|
|
"sansSerif": {
|
|
"name": "Source Sans Pro",
|
|
"baseSize": 14
|
|
},
|
|
"serif": {
|
|
"name": "Source Serif Pro",
|
|
"baseSize": 14
|
|
}
|
|
}
|
|
}
|