Skip to content

Commit

Permalink
Merge pull request #417 from stormedx/master
Browse files Browse the repository at this point in the history
Added my theme Butrin
  • Loading branch information
Mgldvd authored Feb 9, 2024
2 parents f1ef66e + e45b373 commit a62805e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions themes/Butrin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: 'Butrin'

color_01: '#8C7E78' # Black (Host)
color_02: '#E68A8A' # Red (Syntax string)
color_03: '#99CC99' # Green (Command)
color_04: '#FAD7A0' # Yellow (Command second)
color_05: '#6699CC' # Blue (Path)
color_06: '#C8A2C8' # Magenta (Syntax var)
color_07: '#6FC3B2' # Cyan (Prompt)
color_08: '#E2CEBE' # White

color_09: '#BFACA4' # Bright Black
color_10: '#F2B1B1' # Bright Red (Command error)
color_11: '#B2D8B2' # Bright Green (Exec)
color_12: '#F7DCB4' # Bright Yellow
color_13: '#87CEFA' # Bright Blue (Folder)
color_14: '#D8BFD8' # Bright Magenta
color_15: '#64DBDB' # Bright Cyan
color_16: '#F2F2F2' # Bright White

background: '#4B3B3C' # Background
foreground: '#F2F2F2' # Foreground (Text)

cursor: '#E39D93' # Cursor

0 comments on commit a62805e

Please sign in to comment.