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