Skip to content

Commit

Permalink
Merge pull request #445 from warningnonpotablewater/master
Browse files Browse the repository at this point in the history
Add the Breadog theme
  • Loading branch information
Mgldvd committed Jun 8, 2024
2 parents a80d91c + a3edb26 commit 438462f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions themes/Breadog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: 'Breadog'

color_01: '#362C24' # Black (Host)
color_02: '#B10B00' # Red (Syntax string)
color_03: '#007232' # Green (Command)
color_04: '#8B4C00' # Yellow (Command second)
color_05: '#005CB4' # Blue (Path)
color_06: '#9B0097' # Magenta (Syntax var)
color_07: '#006A78' # Cyan (Prompt)
color_08: '#D4C3B7' # White

color_09: '#514337' # Bright Black
color_10: '#DE1100' # Bright Red (Command error)
color_11: '#008F40' # Bright Green (Exec)
color_12: '#AE6000' # Bright Yellow
color_13: '#0074E1' # Bright Blue (Folder)
color_14: '#C300BD' # Bright Magenta
color_15: '#008697' # Bright Cyan
color_16: '#EAE1DA' # Bright White

background: '#F1EBE6' # Background
foreground: '#362C24' # Foreground (Text)

cursor: '#362C24' # Cursor

0 comments on commit 438462f

Please sign in to comment.