Skip to content

Commit 146c1bb

Browse files
Update with the latest tinted-theming colorschemes [skip ci]
1 parent bf90afb commit 146c1bb

2 files changed

Lines changed: 48 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
/*
2+
*
3+
* name: Pastelón de Amarillos Dark
4+
* author: Richard Martinez (https://sonofmartinus.com)
5+
* slug: pastelon-de-amarillos-dark
6+
* slug-underscored: pastelon_de_amarillos_dark
7+
* system: base16
8+
* variant: dark
9+
*
10+
*/
11+
12+
window {
13+
background-color: #180d18;
14+
border-color: #5a9fe6;
15+
}
16+
17+
button,
18+
image {
19+
color: #c39a89;
20+
}
21+
22+
button:hover {
23+
background-color: rgba(255, 247, 230, 0.4);
24+
}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
/*
2+
*
3+
* name: Pastelón de Amarillos
4+
* author: Richard Martinez (https://sonofmartinus.com)
5+
* slug: pastelon-de-amarillos
6+
* slug-underscored: pastelon_de_amarillos
7+
* system: base16
8+
* variant: light
9+
*
10+
*/
11+
12+
window {
13+
background-color: #fff4d6;
14+
border-color: #1e5da8;
15+
}
16+
17+
button,
18+
image {
19+
color: #684653;
20+
}
21+
22+
button:hover {
23+
background-color: rgba(28, 15, 32, 0.4);
24+
}

0 commit comments

Comments
 (0)