diff options
Diffstat (limited to 'colors/base16-phd.css')
| -rw-r--r-- | colors/base16-phd.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-phd.css b/colors/base16-phd.css new file mode 100644 index 0000000..0fb4ec4 --- /dev/null +++ b/colors/base16-phd.css @@ -0,0 +1,25 @@ +/* +* +* name: PhD +* author: Hennig Hasemann (http://leetless.de/vim.html) +* slug: phd +* slug-underscored: phd +* system: base16 +* variant: dark +* is-dark-variant: true +* +*/ + +window { + background-color: #061229; + border-color: #5299bf; +} + +button, +image { + color: #9a99a3; +} + +button:hover { + background-color: rgba(255, 255, 255, 0.15); +} |
