Last active
November 9, 2020 06:06
-
-
Save imolorhe/b58a11ca6450d65c12def547a0848d67 to your computer and use it in GitHub Desktop.
Revisions
-
imolorhe revised this gist
Nov 9, 2020 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@  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). -
imolorhe revised this gist
Nov 9, 2020 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@  Learn more about theming Altair here: https://www.xkoji.dev/blog/theming-in-altair-graphql/ -
imolorhe created this gist
Nov 9, 2020 .There are no files selected for viewing
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 charactersOriginal 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" } } }