Skip to content

Commit

Permalink
add gruvbox material light version
Browse files Browse the repository at this point in the history
  • Loading branch information
iCultureBud committed Nov 9, 2024
1 parent f0e3c24 commit 0ce159f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: 'Gruvbox Material'
name: 'Gruvbox Material Dark'
author: '' # 'AUTHOR NAME (http://WEBSITE.com)'
variant: '' # dark or light

Expand Down
27 changes: 27 additions & 0 deletions themes/Gruvbox Material Light.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: 'Gruvbox Material Light'
author: '' # 'AUTHOR NAME (http://WEBSITE.com)'
variant: '' # dark or light

color_01: '#F2E5BC' # Black (Host)
color_02: '#C14A4A' # Red (Syntax string)
color_03: '#6C782E' # Green (Command)
color_04: '#B47109' # Yellow (Command second)
color_05: '#45707A' # Blue (Path)
color_06: '#945E80' # Magenta (Syntax var)
color_07: '#4C7A5D' # Cyan (Prompt)
color_08: '#654735' # White

color_09: '#F2E5BC' # Bright Black
color_10: '#C14A4A' # Bright Red (Command error)
color_11: '#6C782E' # Bright Green (Exec)
color_12: '#B47109' # Bright Yellow
color_13: '#45707A' # Bright Blue (Folder)
color_14: '#945E80' # Bright Magenta
color_15: '#4C7A5D' # Bright Cyan
color_16: '#654735' # Bright White

background: '#FBF1C7' # Background
foreground: '#654735' # Foreground (Text)

cursor: '#654735' # Cursor

0 comments on commit 0ce159f

Please sign in to comment.