Skip to content

Instantly share code, notes, and snippets.

@imolorhe
Last active November 9, 2020 06:06
Show Gist options
  • Select an option

  • Save imolorhe/b58a11ca6450d65c12def547a0848d67 to your computer and use it in GitHub Desktop.

Select an option

Save imolorhe/b58a11ca6450d65c12def547a0848d67 to your computer and use it in GitHub Desktop.

Revisions

  1. imolorhe revised this gist Nov 9, 2020. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,5 @@
    ![Altair themed in OneDark Pro like colors](https://i.imgur.com/CPlUBYj.png)

    Learn more about theming Altair here: https://www.xkoji.dev/blog/theming-in-altair-graphql/

    TLDR - Add your theme config settings (similar to the one below) in the settings pane (switch to advanced view in settings to see the settings editor).
  2. imolorhe revised this gist Nov 9, 2020. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    ![Altair themed in OneDark Pro like colors](https://i.imgur.com/CPlUBYj.png)

    Learn more about theming Altair here: https://www.xkoji.dev/blog/theming-in-altair-graphql/
  3. imolorhe created this gist Nov 9, 2020.
    16 changes: 16 additions & 0 deletions theme_config.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    "themeConfig": {
    "colors": {
    "primary": "#528BFF",
    "secondary": "#D7DAE0",
    "bg": "#21252B",
    "offBg": "#272C33",
    "headerBg": "#21252B",
    "border": "#31363F"
    },
    "editor": {
    "colors": {
    "keyword": "#528BFF",
    "property": "#528BFF"
    }
    }
    }