Skip to content

Instantly share code, notes, and snippets.

@barrd
Created July 14, 2022 06:27
Show Gist options
  • Save barrd/dcb0c2d70f3537420ecd68aa081e5c42 to your computer and use it in GitHub Desktop.
Save barrd/dcb0c2d70f3537420ecd68aa081e5c42 to your computer and use it in GitHub Desktop.
Warp terminal custom theme barrd.yaml
accent: "#258595" # Accent colour for UI elements.
background: "#272c34" # Terminal background colour.
details: darker # Whether the theme is lighter or darker.
foreground: "#b3bac6" # The foreground colour.
terminal_colors: # Ansi escape colours.
bright:
black: "#106378"
blue: "#6cb8f1"
cyan: "#61bec9"
green: "#a2ca84"
magenta: "#cd83e1"
red: "#e47780"
white: "#fdf6e3"
yellow: "#d7a471"
normal:
black: "#106378"
blue: "#6cb8f1"
cyan: "#61bec9"
green: "#a2ca84"
magenta: "#cd83e1"
red: "#e47780"
white: "#fdf6e3"
yellow: "#d7a471"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment