-
Notifications
You must be signed in to change notification settings - Fork 596
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
warningnonpotablewater
committed
Jun 8, 2024
1 parent
a80d91c
commit a3edb26
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |