mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-25 07:19:27 +01:00
themes: Added more themes.
This commit is contained in:
parent
4492587c17
commit
aac48cb798
25
pywal/colorschemes/github.json
Normal file
25
pywal/colorschemes/github.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"special": {
|
||||
"background": "#ffffff",
|
||||
"foreground": "#3e3e3e",
|
||||
"cursor": "#970b16"
|
||||
},
|
||||
"colors": {
|
||||
"color0": "#3e3e3e",
|
||||
"color1": "#970b16",
|
||||
"color2": "#07962a",
|
||||
"color3": "#f8eec7",
|
||||
"color4": "#003e8a",
|
||||
"color5": "#e94691",
|
||||
"color6": "#89d1ec",
|
||||
"color7": "#ffffff",
|
||||
"color8": "#666666",
|
||||
"color9": "#de0000",
|
||||
"color10": "#87d5a2",
|
||||
"color11": "#f1d007",
|
||||
"color12": "#2e6cba",
|
||||
"color13": "#ffa29f",
|
||||
"color14": "#1cfafe",
|
||||
"color15": "#ffffff"
|
||||
}
|
||||
}
|
25
pywal/colorschemes/monokai-dark.json
Normal file
25
pywal/colorschemes/monokai-dark.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"special": {
|
||||
"background": "#272822",
|
||||
"foreground": "#f8f8f2",
|
||||
"cursor": "#f92672"
|
||||
},
|
||||
"colors": {
|
||||
"color0": "#272822",
|
||||
"color1": "#f92672",
|
||||
"color2": "#a6e22e",
|
||||
"color3": "#f4bf75",
|
||||
"color4": "#66d9ef",
|
||||
"color5": "#ae81ff",
|
||||
"color6": "#a1efe4",
|
||||
"color7": "#f8f8f2",
|
||||
"color8": "#75715e",
|
||||
"color9": "#f92672",
|
||||
"color10": "#a6e22e",
|
||||
"color11": "#f4bf75",
|
||||
"color12": "#66d9ef",
|
||||
"color13": "#ae81ff",
|
||||
"color14": "#a1efe4",
|
||||
"color15": "#f9f8f5"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user