blob: dff1c762c34c4fb03855ad460a4ac344f9f0f270 (
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.15);
}
|