aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-oceanicnext.css
blob: b4f8acb7c66d470e99a46b9605cd72489f354173 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
*
* name: OceanicNext
* author: https://github.com/voronianski/oceanic-next-color-scheme
* slug: oceanicnext
* slug-underscored: oceanicnext
* system: base16
* variant: dark
* is-dark-variant: true
*
*/

window {
    background-color: #1B2B34;
    border-color: #6699CC;
}

button,
image {
    color: #A7ADBA;
}

button:hover {
    background-color: rgba(216, 222, 233, 0.4);
}