diff options
Diffstat (limited to 'themes/base16-material-palenight.css')
| -rw-r--r-- | themes/base16-material-palenight.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/themes/base16-material-palenight.css b/themes/base16-material-palenight.css new file mode 100644 index 0000000..3d04fc3 --- /dev/null +++ b/themes/base16-material-palenight.css @@ -0,0 +1,30 @@ +/* base16-wofi (https://sr.ht/~knezi/base16-wofi) + * Base16 wofi template by knezi + * Material Palenight scheme by Nate Peterson */ + +window { + background-color: #292D3E; + color: #959DCB; +} + +#entry:nth-child(odd) { + background-color: #292D3E; +} + +#entry:nth-child(even) { + background-color: #444267; +} + +#entry:selected { + background-color: #32374D; +} + +#input { + background-color: #444267; + color: #8796B0; + border-color: #32374D; +} + +#input:focus { + border-color: #FFCB6B; +} |
