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,19 @@
<style name="fruity" theme="dark">
<entry type="Background" style="#ffffff bg:#111111"/>
<entry type="Keyword" style="bold #fb660a"/>
<entry type="KeywordPseudo" style="nobold"/>
<entry type="KeywordType" style="bold #cdcaa9"/>
<entry type="NameAttribute" style="bold #ff0086"/>
<entry type="NameConstant" style="#0086d2"/>
<entry type="NameFunction" style="bold #ff0086"/>
<entry type="NameTag" style="bold #fb660a"/>
<entry type="NameVariable" style="#fb660a"/>
<entry type="LiteralString" style="#0086d2"/>
<entry type="LiteralNumber" style="bold #0086f7"/>
<entry type="Comment" style="italic #008800 bg:#0f140f"/>
<entry type="CommentPreproc" style="bold #ff0007"/>
<entry type="GenericHeading" style="bold #ffffff"/>
<entry type="GenericOutput" style="#444444 bg:#222222"/>
<entry type="GenericSubheading" style="bold #ffffff"/>
<entry type="TextWhitespace" style="#888888"/>
</style>