Skip to content
Gerry edited this page Apr 4, 2021 · 4 revisions

Share textmate themes, and sublime text syntaxes that work well with amp.

Themes

Syntaxes

Example Installation

[[ `uname` -eq "Darwin" ]] && cd ~/Library/Application\ Support/amp/themes || cd ~/.config/amp/themes
curl -OL https://raw.githubusercontent.com/chriskempson/base16-textmate/master/Themes/base16-eighties.tmTheme

[[ `uname` -eq "Darwin" ]] && cd ~/Library/Application\ Support/amp/syntaxes || cd ~/.config/amp/syntaxes
curl -OL https://raw.githubusercontent.com/dncrews/GraphQL-SublimeText3/master/GraphQL.sublime-syntax
Clone this wiki locally