blob: aac42d296e5ca3a4f06e85dcc02dd6e757ece3ba (
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: Da One Gray
* author: NNB (https://github.com/NNBnh)
* slug: da-one-gray
* slug-underscored: da_one_gray
* system: base16
* variant: dark
* is-dark-variant: true
*
*/
window {
background-color: #181818;
border-color: #6bb8ff;
}
button,
image {
color: #c8c8c8;
}
button:hover {
background-color: rgba(255, 255, 255, 0.4);
}
|