1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-02-09 13:23:51 +02:00

Create Onedark theme (#704)

This commit is contained in:
SerHack 2022-11-13 09:11:15 +01:00 committed by GitHub
parent 42e542114b
commit 94d785889c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
styles/onedark.xml Normal file
View File

@ -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>