Skip to content

Instantly share code, notes, and snippets.

@imolorhe
Last active November 9, 2020 06:06
Show Gist options
  • Save imolorhe/b58a11ca6450d65c12def547a0848d67 to your computer and use it in GitHub Desktop.
Save imolorhe/b58a11ca6450d65c12def547a0848d67 to your computer and use it in GitHub Desktop.
My OneDark Pro inspired theme configuration for Altair.
"themeConfig": {
"colors": {
"primary": "#528BFF",
"secondary": "#D7DAE0",
"bg": "#21252B",
"offBg": "#272C33",
"headerBg": "#21252B",
"border": "#31363F"
},
"editor": {
"colors": {
"keyword": "#528BFF",
"property": "#528BFF"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment