mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-29 03:13:47 +01:00
theme: Made wal themes more compatible
This commit is contained in:
parent
9ec4344ec6
commit
7260145e11
@ -5,14 +5,14 @@
|
||||
"cursor": "#970b16"
|
||||
},
|
||||
"colors": {
|
||||
"color0": "#3e3e3e",
|
||||
"color0": "#ffffff",
|
||||
"color1": "#970b16",
|
||||
"color2": "#07962a",
|
||||
"color3": "#f8eec7",
|
||||
"color4": "#003e8a",
|
||||
"color5": "#e94691",
|
||||
"color6": "#89d1ec",
|
||||
"color7": "#ffffff",
|
||||
"color7": "#3e3e3e",
|
||||
"color8": "#666666",
|
||||
"color9": "#de0000",
|
||||
"color10": "#87d5a2",
|
||||
@ -20,6 +20,6 @@
|
||||
"color12": "#2e6cba",
|
||||
"color13": "#ffa29f",
|
||||
"color14": "#1cfafe",
|
||||
"color15": "#ffffff"
|
||||
"color15": "#3e3e3e"
|
||||
}
|
||||
}
|
||||
|
25
pywal/colorschemes/hybrid-material.json
Normal file
25
pywal/colorschemes/hybrid-material.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"special": {
|
||||
"background": "#263238",
|
||||
"foreground": "#ffffff",
|
||||
"cursor": "#cc6666"
|
||||
},
|
||||
"colors": {
|
||||
"color0": "#263238",
|
||||
"color1": "#cc6666",
|
||||
"color2": "#f0c674",
|
||||
"color3": "#b5bd68",
|
||||
"color4": "#8abeb7",
|
||||
"color5": "#81a2be",
|
||||
"color6": "#b294bb",
|
||||
"color7": "#ffffff",
|
||||
"color8": "#707880",
|
||||
"color9": "#cc6666",
|
||||
"color10": "#f0c674",
|
||||
"color11": "#b5bd68",
|
||||
"color12": "#8abeb7",
|
||||
"color13": "#81a2be",
|
||||
"color14": "#b294bb",
|
||||
"color15": "#ffffff"
|
||||
}
|
||||
}
|
@ -50,7 +50,7 @@ def create_sequences(colors):
|
||||
# 13 = mouse foreground
|
||||
sequences.extend([set_special(10, colors["special"]["foreground"], "g"),
|
||||
set_special(11, colors["special"]["background"], "h"),
|
||||
set_special(12, colors["colors"]["color1"], "l"),
|
||||
set_special(12, colors["colors"]["color9"], "l"),
|
||||
set_special(13, colors["special"]["foreground"], "l"),
|
||||
set_special(17, colors["special"]["foreground"], "l"),
|
||||
set_special(19, colors["special"]["background"], "l")])
|
||||
|
Loading…
Reference in New Issue
Block a user