Skip to content

Instantly share code, notes, and snippets.

@ay65535
Created May 9, 2019 19:45
Show Gist options
  • Save ay65535/6bc48c63ef9a277ec1db3aba052bee15 to your computer and use it in GitHub Desktop.
Save ay65535/6bc48c63ef9a277ec1db3aba052bee15 to your computer and use it in GitHub Desktop.
usage: concfg import .\nord_edited.json; reference: http://github.mindzgroup.com/concfg/
{
"black": "#2E3440",
"dark_blue": "#3B4252",
"dark_green": "#434C5E",
"dark_cyan": "#A3BE8C",
"dark_red": "#D8DEE9",
"dark_magenta": "#E5E9F0",
"dark_yellow": "#ECEFF4",
"gray": "#8FBCBB",
"dark_gray": "#5E81AC",
"blue": "#81A1C1",
"green": "#81A1C1",
"cyan": "#BF616A",
"red": "#D08770",
"magenta": "#EBCB8B",
"yellow": "#88C0D0",
"white": "#B48EAD",
"screen_colors": "dark_magenta,black",
"popup_colors": "dark_red,dark_blue"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment