Skip to content

Commit

Permalink
starship prompt updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianLempa committed Jan 12, 2023
1 parent 51b3ed4 commit 4aaae92
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .warp/themes/xcad2k_dark.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
accent: '#28b9ff' # Accent color for UI elements
background: '#121212' # Terminal background color
details: darker # Whether the theme is lighter or darker.
foreground: '#f1f1f1' # The foreground color.
terminal_colors: # Ansi escape colors.
bright:
black: '#666666'
blue: '#5c78ff'
cyan: '#5ac8ff'
green: '#905aff'
magenta: '#5ea2ff'
red: '#ba5aff'
white: '#ffffff'
yellow: '#657b83'
normal:
black: '#121212'
blue: '#2b4fff'
cyan: '#28b9ff'
green: '#7129ff'
magenta: '#2883ff'
red: '#a52aff'
white: '#f1f1f1'
yellow: '#3d2aff'
23 changes: 23 additions & 0 deletions .warp/themes/xcad2k_light.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
accent: '#28b9ff' # Accent color for UI elements
background: '#edeff1' # Terminal background color
details: lighter # Whether the theme is lighter or darker.
foreground: '#a0a1a5' # The foreground color.
terminal_colors: # Ansi escape colors.
bright:
black: '#666666'
blue: '#5c78ff'
cyan: '#5ac8ff'
green: '#905aff'
magenta: '#5ea2ff'
red: '#ba5aff'
white: '#a0a1a5'
yellow: '#657b83'
normal:
black: '#edeff1'
blue: '#2b4fff'
cyan: '#28b9ff'
green: '#7129ff'
magenta: '#2883ff'
red: '#a52aff'
white: '#f1f1f1'
yellow: '#3d2aff'

0 comments on commit 4aaae92

Please sign in to comment.