Created
August 10, 2020 00:05
-
-
Save adityamwagh/3e7e387808c14c37f0e6e1b35d1388cc to your computer and use it in GitHub Desktop.
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
# 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