blob: 1e2fd9e9362cb85974c4d8f442b172f58e1d0ae9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Author : Sven-Hendrik Haase <svenstaro@gmail.com>
# Author : Jakub Bartodziej <kubabartodziej@gmail.com>
# The theme uses the gruvbox dark palette with hard contrast: github.com/morhetz/gruvbox
inherits = "gruvbox"
"ui.cursor.primary" = { modifiers = ["reversed"] }
"ui.cursor.match" = { bg = "bg2" }
"diagnostic.error" = { underline = { color = "red0", style = "curl"} }
[palette]
bg0 = "#1d2021" # main background
|