Skip to content

Commit

Permalink
Create Onedark theme (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
serhack committed Nov 13, 2022
1 parent 42e5421 commit 94d7858
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions styles/onedark.xml
@@ -0,0 +1,23 @@
<style name="onedark">
<entry type="Background" style="#ABB2BF bg:#282C34"/>
<entry type="Punctuation" style="#ABB2BF"/>
<entry type="Keyword" style="#C678DD"/>
<entry type="KeywordConstant" style="#E5C07B"/>
<entry type="KeywordDeclaration" style="#C678DD"/>
<entry type="KeywordNamespace" style="#C678DD"/>
<entry type="KeywordReserved" style="#C678DD"/>
<entry type="KeywordType" style="#E5C07B"/>
<entry type="Name" style="#E06C75"/>
<entry type="NameAttribute" style="#E06C75"/>
<entry type="NameBuiltin" style="#E5C07B"/>
<entry type="NameClass" style="#E5C07B"/>
<entry type="NameFunction" style="bold #61AFEF"/>
<entry type="NameFunctionMagic" style="bold #56B6C2"/>
<entry type="NameOther" style="#E06C75"/>
<entry type="NameTag" style="#E06C75"/>
<entry type="NameDecorator" style="#61AFEF"/>
<entry type="LiteralString" style="#98C379"/>
<entry type="LiteralNumber" style="#D19A66"/>
<entry type="Operator" style="#56B6C2"/>
<entry type="Comment" style="#7F848E"/>
</style>

0 comments on commit 94d7858

Please sign in to comment.