Created
April 10, 2025 15:50
-
-
Save MovGP0/0988ec2924655b8417fddf68c492cee1 to your computer and use it in GitHub Desktop.
Warp Terminal Theme
This file contains hidden or 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
# place in $env:APPDATA\warp\Warp\data\themes\standard | |
accent: '#3f4249' | |
background: '#0c0d0e' | |
details: darker | |
foreground: '#ffffff' | |
terminal_colors: | |
bright: | |
black: '#555555' | |
blue: '#708f9d' | |
cyan: '#809edb' | |
green: '#78ffaa' | |
magenta: '#925b8b' | |
red: '#4a0707' | |
white: '#ffffff' | |
yellow: '#9c8e49' | |
normal: | |
black: '#555555' | |
blue: '#708f9d' | |
cyan: '#809edb' | |
green: '#78ffaa' | |
magenta: '#925b8b' | |
red: '#4a0707' | |
white: '#ffffff' | |
yellow: '#9c8e49' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment