Skip to content

Commit

Permalink
add Everforest flavours
Browse files Browse the repository at this point in the history
  • Loading branch information
aalekseenkov committed Apr 14, 2024
1 parent 6bdd9cd commit 7a9cb7b
Show file tree
Hide file tree
Showing 6 changed files with 104 additions and 4 deletions.
25 changes: 25 additions & 0 deletions themes/Everforest Dark Hard.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: 'Everforest Dark Hard'

color_01: '#2E383C' # Black (Host)
color_02: '#E67E80' # Red (Syntax string)
color_03: '#A7C080' # Green (Command)
color_04: '#DBBC7F' # Yellow (Command second)
color_05: '#7FBBB3' # Blue (Path)
color_06: '#D699B6' # Magenta (Syntax var)
color_07: '#83C092' # Cyan (Prompt)
color_08: '#D3C6AA' # White

color_09: '#5C6A72' # Bright Black
color_10: '#F85552' # Bright Red (Command error)
color_11: '#8DA101' # Bright Green (Exec)
color_12: '#DFA000' # Bright Yellow
color_13: '#3A94C5' # Bright Blue (Folder)
color_14: '#DF69BA' # Bright Magenta
color_15: '#35A77C' # Bright Cyan
color_16: '#DFDDC8' # Bright White

background: '#272E33' # Background
foreground: '#D3C6AA' # Foreground (Text)

cursor: '#D3C6AA' # Cursor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: 'Everforest Dark'
name: 'Everforest Dark Medium'

color_01: '#4B565C' # Black (Host)
color_01: '#343F44' # Black (Host)
color_02: '#E67E80' # Red (Syntax string)
color_03: '#A7C080' # Green (Command)
color_04: '#DBBC7F' # Yellow (Command second)
Expand Down
25 changes: 25 additions & 0 deletions themes/Everforest Dark Soft.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: 'Everforest Dark Soft'

color_01: '#3A464C' # Black (Host)
color_02: '#E67E80' # Red (Syntax string)
color_03: '#A7C080' # Green (Command)
color_04: '#DBBC7F' # Yellow (Command second)
color_05: '#7FBBB3' # Blue (Path)
color_06: '#D699B6' # Magenta (Syntax var)
color_07: '#83C092' # Cyan (Prompt)
color_08: '#D3C6AA' # White

color_09: '#5C6A72' # Bright Black
color_10: '#F85552' # Bright Red (Command error)
color_11: '#8DA101' # Bright Green (Exec)
color_12: '#DFA000' # Bright Yellow
color_13: '#3A94C5' # Bright Blue (Folder)
color_14: '#DF69BA' # Bright Magenta
color_15: '#35A77C' # Bright Cyan
color_16: '#DFDDC8' # Bright White

background: '#333C43' # Background
foreground: '#D3C6AA' # Foreground (Text)

cursor: '#D3C6AA' # Cursor
25 changes: 25 additions & 0 deletions themes/Everforest Light Hard.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: 'Everforest Light Hard'

color_01: '#5C6A72' # Black (Host)
color_02: '#F85552' # Red (Syntax string)
color_03: '#8DA101' # Green (Command)
color_04: '#DFA000' # Yellow (Command second)
color_05: '#3A94C5' # Blue (Path)
color_06: '#DF69BA' # Magenta (Syntax var)
color_07: '#35A77C' # Cyan (Prompt)
color_08: '#DFDDC8' # White

color_09: '#2E383C' # Bright Black
color_10: '#E67E80' # Bright Red (Command error)
color_11: '#A7C080' # Bright Green (Exec)
color_12: '#DBBC7F' # Bright Yellow
color_13: '#7FBBB3' # Bright Blue (Folder)
color_14: '#D699B6' # Bright Magenta
color_15: '#83C092' # Bright Cyan
color_16: '#D3C6AA' # Bright White

background: '#FFFBEF' # Background
foreground: '#5C6A72' # Foreground (Text)

cursor: '#5C6A72' # Cursor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: 'Everforest Light'
name: 'Everforest Light Medium'

color_01: '#5C6A72' # Black (Host)
color_02: '#F85552' # Red (Syntax string)
Expand All @@ -10,7 +10,7 @@ color_06: '#DF69BA' # Magenta (Syntax var)
color_07: '#35A77C' # Cyan (Prompt)
color_08: '#DFDDC8' # White

color_09: '#4B565C' # Bright Black
color_09: '#343F44' # Bright Black
color_10: '#E67E80' # Bright Red (Command error)
color_11: '#A7C080' # Bright Green (Exec)
color_12: '#DBBC7F' # Bright Yellow
Expand Down
25 changes: 25 additions & 0 deletions themes/Everforest Light Soft.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: 'Everforest Light Soft'

color_01: '#5C6A72' # Black (Host)
color_02: '#F85552' # Red (Syntax string)
color_03: '#8DA101' # Green (Command)
color_04: '#DFA000' # Yellow (Command second)
color_05: '#3A94C5' # Blue (Path)
color_06: '#DF69BA' # Magenta (Syntax var)
color_07: '#35A77C' # Cyan (Prompt)
color_08: '#DFDDC8' # White

color_09: '#3A464C' # Bright Black
color_10: '#E67E80' # Bright Red (Command error)
color_11: '#A7C080' # Bright Green (Exec)
color_12: '#DBBC7F' # Bright Yellow
color_13: '#7FBBB3' # Bright Blue (Folder)
color_14: '#D699B6' # Bright Magenta
color_15: '#83C092' # Bright Cyan
color_16: '#D3C6AA' # Bright White

background: '#F3EAD3' # Background
foreground: '#5C6A72' # Foreground (Text)

cursor: '#5C6A72' # Cursor

0 comments on commit 7a9cb7b

Please sign in to comment.