feat: update gruvbox colours

This commit is contained in:
♥ Minnie ♥ 2025-03-07 00:19:14 +08:00
parent 7853e74263
commit 61863c82d9
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -1,36 +1,37 @@
[colors]
background = '#1d2021'
foreground = '#d4be98'
selection_bg = '#d4be98'
selection_fg = '#3c3836'
cursor_bg = '#d4be98'
cursor_fg = '#1d2021'
cursor_border = '#d4be98'
background = '#1d2021' # bg0
foreground = '#d4be98' # fg0
selection_bg = '#32302f' # bg_current_word
selection_fg = '#a89984' # grey2
cursor_fg = '#32302f' # bg_current_word
cursor_bg = '#a89984' # grey2
cursor_border = '#a89984' # grey2
ansi = [
'#1d2021',
'#ea6962',
'#a9b665',
'#d8a657',
'#7daea3',
'#d3869b',
'#89b482',
'#d4be98',
'#1d2021', # bg0
'#ea6962', # red
'#a9b665', # green
'#d8a657', # yellow
'#7daea3', # blue
'#d3869b', # purple
'#89b482', # aqua
'#d4be98', # fg0
]
brights = [
'#7c6f64',
'#ea6962',
'#a9b665',
'#d8a657',
'#7daea3',
'#d3869b',
'#89b482',
'#d4be98',
'#7c6f64', # grey0
'#ea6962', # red
'#a9b665', # green
'#d8a657', # yellow
'#7daea3', # blue
'#d3869b', # purple
'#89b482', # aqua
'#ddc7a1', # fg1
]
[colors.indexed]
[metadata]
name = 'gruvbox_material_dark_hard'
origin_url = 'https://gist.github.com/theoriginalstove/89aa16316a756721816886398080dbd6'