Skip to content

Commit bf90afb

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

2 files changed

Lines changed: 48 additions & 0 deletions

File tree

themes/base16-neovim-dark.css

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
/*
2+
*
3+
* name: Neovim Dark
4+
* author: https://github.com/neovim/neovim/blob/master/src/nvim/highlight_group.c
5+
* slug: neovim-dark
6+
* slug-underscored: neovim_dark
7+
* system: base16
8+
* variant: dark
9+
*
10+
*/
11+
12+
window {
13+
background-color: #14161b;
14+
border-color: #a6dbff;
15+
}
16+
17+
button,
18+
image {
19+
color: #c4c6cd;
20+
}
21+
22+
button:hover {
23+
background-color: rgba(238, 241, 248, 0.4);
24+
}

themes/base16-neovim-light.css

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
/*
2+
*
3+
* name: Neovim Light
4+
* author: https://github.com/neovim/neovim/blob/master/src/nvim/highlight_group.c
5+
* slug: neovim-light
6+
* slug-underscored: neovim_light
7+
* system: base16
8+
* variant: light
9+
*
10+
*/
11+
12+
window {
13+
background-color: #e0e2ea;
14+
border-color: #004c73;
15+
}
16+
17+
button,
18+
image {
19+
color: #2c2e33;
20+
}
21+
22+
button:hover {
23+
background-color: rgba(7, 8, 13, 0.4);
24+
}

0 commit comments

Comments
 (0)