Skip to content

Commit

Permalink
Add warp/theme.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
2JS committed May 26, 2024
1 parent 7b428c9 commit ccbcdef
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
3 changes: 3 additions & 0 deletions warp/setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh
mkdir -p $HOME/.warp/themes
cp theme.yaml $HOME/.warp/themes
23 changes: 23 additions & 0 deletions warp/theme.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
accent: "#a365db"
background: "#000000"
foreground: "#feffff"
details: "darker"
terminal_colors:
normal:
black: "#000000"
red: "#d71e00"
green: "#5da602"
yellow: "#cfad00"
blue: "#417ab3"
magenta: "#88658d"
cyan: "#00a7aa"
white: "#dbded8"
bright:
black: "#676965"
red: "#f44135"
green: "#98e342"
yellow: "#fcea60"
blue: "#83afd8"
magenta: "#bc93b6"
cyan: "#37e5e7"
white: "#f1f1ef"

0 comments on commit ccbcdef

Please sign in to comment.