Skip to content

Instantly share code, notes, and snippets.

@bossbadi
Created April 2, 2022 22:03
Show Gist options
  • Save bossbadi/5444530ca97b2e43ec023621d2866591 to your computer and use it in GitHub Desktop.
Save bossbadi/5444530ca97b2e43ec023621d2866591 to your computer and use it in GitHub Desktop.
My Monokai color theme for jGRASP editor
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<ColorScheme>
<Name>Monokai</Name>
<CurlyBraceColor>
<R>248</R>
<G>248</G>
<B>242</B>
</CurlyBraceColor>
<ParenColor>
<R>248</R>
<G>248</G>
<B>242</B>
</ParenColor>
<SquareBracketColor>
<R>248</R>
<G>248</G>
<B>242</B>
</SquareBracketColor>
<StringColor>
<R>230</R>
<G>219</G>
<B>116</B>
</StringColor>
<KeywordColor>
<R>249</R>
<G>38</G>
<B>114</B>
</KeywordColor>
<CommentColor>
<R>136</R>
<G>132</G>
<B>111</B>
</CommentColor>
<NumberColor>
<R>174</R>
<G>129</G>
<B>255</B>
</NumberColor>
<OperatorColor>
<R>249</R>
<G>38</G>
<B>114</B>
</OperatorColor>
<IdentifierColor>
<R>248</R>
<G>248</G>
<B>242</B>
</IdentifierColor>
<PreprocessColor>
<R>255</R>
<G>184</G>
<B>108</B>
</PreprocessColor>
<BackgroundColor>
<R>39</R>
<G>40</G>
<B>34</B>
</BackgroundColor>
<CSDColor>
<R>174</R>
<G>129</G>
<B>255</B>
</CSDColor>
<LineNumColor>
<R>144</R>
<G>144</G>
<B>138</B>
</LineNumColor>
<TextColor>
<R>248</R>
<G>248</G>
<B>242</B>
</TextColor>
<MessageColor>
<R>248</R>
<G>248</G>
<B>242</B>
</MessageColor>
<ClickableColor>
<R>166</R>
<G>226</G>
<B>46</B>
</ClickableColor>
<InputColor>
<R>255</R>
<G>184</G>
<B>108</B>
</InputColor>
<OutputColor>
<R>248</R>
<G>248</G>
<B>242</B>
</OutputColor>
<LinkColor>
<R>98</R>
<G>114</G>
<B>164</B>
</LinkColor>
<InteractionsResultColor>
<R>168</R>
<G>168</G>
<B>255</B>
</InteractionsResultColor>
<InteractionsErrorColor>
<R>255</R>
<G>85</G>
<B>85</B>
</InteractionsErrorColor>
<HighlightColor>-12302502</HighlightColor>
<DebugLineColor>-12302502</DebugLineColor>
<IconColorGradient>0</IconColorGradient>
</ColorScheme>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment