Added base files as well as base16 and styles

This commit is contained in:
Toastie 2025-03-22 20:32:42 +13:00
parent 2901bf2c96
commit 382b2ce94b
Signed by: toastie_t0ast
GPG key ID: 0861BE54AD481DC7
95 changed files with 7505 additions and 0 deletions
styles/embedded

View file

@ -0,0 +1,17 @@
<style name="solarized-light" theme="light">
<entry type="Background" style="bg:#eee8d5"/>
<entry type="Keyword" style="#859900"/>
<entry type="KeywordConstant" style="bold"/>
<entry type="KeywordNamespace" style="bold #dc322f"/>
<entry type="KeywordType" style="bold"/>
<entry type="Name" style="#268bd2"/>
<entry type="NameBuiltin" style="#cb4b16"/>
<entry type="NameClass" style="#cb4b16"/>
<entry type="NameTag" style="bold"/>
<entry type="Literal" style="#2aa198"/>
<entry type="LiteralNumber" style="bold"/>
<entry type="OperatorWord" style="#859900"/>
<entry type="Comment" style="italic #93a1a1"/>
<entry type="Generic" style="#d33682"/>
<entry type="Text" style="#586e75"/>
</style>