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,13 @@
<style name="modus-vivendi" theme="dark">
<entry type="Background" style="#ffffff bg:#000000"/>
<entry type="Keyword" style="#b6a0ff"/>
<entry type="KeywordConstant" style="#00bcff"/>
<entry type="KeywordType" style="#6ae4b9"/>
<entry type="NameBuiltin" style="#f78fe7"/>
<entry type="NameFunction" style="#feacd0"/>
<entry type="NameVariable" style="#00d3d0"/>
<entry type="Literal" style="#00bcff"/>
<entry type="LiteralString" style="#79a8ff"/>
<entry type="Operator" style="#00d3d0"/>
<entry type="Comment" style="#a8a8a8"/>
</style>