Skip to content

Instantly share code, notes, and snippets.

@adityamwagh
Created August 10, 2020 00:05
Show Gist options
  • Save adityamwagh/3e7e387808c14c37f0e6e1b35d1388cc to your computer and use it in GitHub Desktop.
Save adityamwagh/3e7e387808c14c37f0e6e1b35d1388cc to your computer and use it in GitHub Desktop.
# Pop!_OS
colors:
# Default colors
primary:
background: '#333333' # base03
foreground: '#F2F2F2' # base0
# Normal colors
normal:
black: '#333333' # base02
red: '#CC0000' # red
green: '#4E9A06' # green
yellow: '#C4A000' # yellow
blue: '#3465A4' # blue
magenta: '#75507B' # magenta
cyan: '#06989A' # cyan
white: '#D3D7CF' # base2
# Bright colors
bright:
black: '#88807C' # base03
red: '#F15D22' # orange
green: '#73C48F' # base01
yellow: '#FFCE51' # base00
blue: '#48B9C7' # base0
magenta: '#AD7FA8' # violet
cyan: '#34E2E2' # base1
white: '#EEEEEC' # base3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment