Skip to content

Commit

Permalink
Merge pull request #434 from aalekseenkov/add-blue-dolphin
Browse files Browse the repository at this point in the history
add Blue Dolphin theme
  • Loading branch information
Mgldvd committed Apr 16, 2024
2 parents ed9854e + 058d237 commit f581b17
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions themes/Blue Dolphin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: 'Blue Dolphin'

color_01: '#292D3E' # Black (Host)
color_02: '#FF8288' # Red (Syntax string)
color_03: '#B4E88D' # Green (Command)
color_04: '#F4D69F' # Yellow (Command second)
color_05: '#82AAFF' # Blue (Path)
color_06: '#E9C1FF' # Magenta (Syntax var)
color_07: '#89EBFF' # Cyan (Prompt)
color_08: '#D0D0D0' # White

color_09: '#434758' # Bright Black
color_10: '#FF8B92' # Bright Red (Command error)
color_11: '#DDFFA7' # Bright Green (Exec)
color_12: '#FFE585' # Bright Yellow
color_13: '#9CC4FF' # Bright Blue (Folder)
color_14: '#DDB0F6' # Bright Magenta
color_15: '#A3F7FF' # Bright Cyan
color_16: '#FFFFFF' # Bright White

background: '#006984' # Background
foreground: '#C5F2FF' # Foreground (Text)

cursor: '#FFCC00' # Cursor

0 comments on commit f581b17

Please sign in to comment.