Skip to content

Commit

Permalink
Update with the latest tinted-theming colorschemes
Browse files Browse the repository at this point in the history
  • Loading branch information
tinted-theming-bot committed Jun 22, 2024
1 parent 392d93b commit 34fa66d
Show file tree
Hide file tree
Showing 15 changed files with 20,640 additions and 0 deletions.
3,399 changes: 3,399 additions & 0 deletions editor-themes/base16-moonlight.xml

Large diffs are not rendered by default.

3,399 changes: 3,399 additions & 0 deletions editor-themes/base16-precious-dark-eleven.xml

Large diffs are not rendered by default.

3,399 changes: 3,399 additions & 0 deletions editor-themes/base16-precious-dark-fifteen.xml

Large diffs are not rendered by default.

3,399 changes: 3,399 additions & 0 deletions editor-themes/base16-precious-light-warm.xml

Large diffs are not rendered by default.

3,399 changes: 3,399 additions & 0 deletions editor-themes/base16-precious-light-white.xml

Large diffs are not rendered by default.

702 changes: 702 additions & 0 deletions ide-themes/base16-moonlight.theme.json

Large diffs are not rendered by default.

702 changes: 702 additions & 0 deletions ide-themes/base16-precious-dark-eleven.theme.json

Large diffs are not rendered by default.

702 changes: 702 additions & 0 deletions ide-themes/base16-precious-dark-fifteen.theme.json

Large diffs are not rendered by default.

702 changes: 702 additions & 0 deletions ide-themes/base16-precious-light-warm.theme.json

Large diffs are not rendered by default.

702 changes: 702 additions & 0 deletions ide-themes/base16-precious-light-white.theme.json

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions plugin/base16-moonlight.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<idea-plugin url="https://www.github.com/tinted-theming/base16-jetbrains">
<id>com.base16.moonlight</id>
<name>base16 Moonlight</name>
<version>1.0.0</version>
<vendor>Tinted Theming</vendor>

<description><![CDATA[
<p>Base 16 Moonlight for Jetbrains IDE</p>
<br>
<p>---------------</p>
<br>
<p>Colors by Jeremy Swinarton (https://github.com/jswinarton). Theme made by Tinted Theming (https://github.com/tinted-theming/base16-jetbrains)</p>
]]>
</description>

<change-notes><![CDATA[
<p>Version 1.0.0</p>
]]>
</change-notes>
<idea-version since-build="191.0"/>

<depends>com.intellij.modules.platform</depends>

<extensions defaultExtensionNs="com.intellij">
<themeProvider id="base16-moonlight" path="/base16-moonlight.theme.json"/>
</extensions>
</idea-plugin>
27 changes: 27 additions & 0 deletions plugin/base16-precious-dark-eleven.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<idea-plugin url="https://www.github.com/tinted-theming/base16-jetbrains">
<id>com.base16.precious-dark-eleven</id>
<name>base16 Precious Dark Eleven</name>
<version>1.0.0</version>
<vendor>Tinted Theming</vendor>

<description><![CDATA[
<p>Base 16 Precious Dark Eleven for Jetbrains IDE</p>
<br>
<p>---------------</p>
<br>
<p>Colors by 4lex4 &lt;[email protected]&gt;. Theme made by Tinted Theming (https://github.com/tinted-theming/base16-jetbrains)</p>
]]>
</description>

<change-notes><![CDATA[
<p>Version 1.0.0</p>
]]>
</change-notes>
<idea-version since-build="191.0"/>

<depends>com.intellij.modules.platform</depends>

<extensions defaultExtensionNs="com.intellij">
<themeProvider id="base16-precious-dark-eleven" path="/base16-precious-dark-eleven.theme.json"/>
</extensions>
</idea-plugin>
27 changes: 27 additions & 0 deletions plugin/base16-precious-dark-fifteen.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<idea-plugin url="https://www.github.com/tinted-theming/base16-jetbrains">
<id>com.base16.precious-dark-fifteen</id>
<name>base16 Precious Dark Fifteen</name>
<version>1.0.0</version>
<vendor>Tinted Theming</vendor>

<description><![CDATA[
<p>Base 16 Precious Dark Fifteen for Jetbrains IDE</p>
<br>
<p>---------------</p>
<br>
<p>Colors by 4lex4 &lt;[email protected]&gt;. Theme made by Tinted Theming (https://github.com/tinted-theming/base16-jetbrains)</p>
]]>
</description>

<change-notes><![CDATA[
<p>Version 1.0.0</p>
]]>
</change-notes>
<idea-version since-build="191.0"/>

<depends>com.intellij.modules.platform</depends>

<extensions defaultExtensionNs="com.intellij">
<themeProvider id="base16-precious-dark-fifteen" path="/base16-precious-dark-fifteen.theme.json"/>
</extensions>
</idea-plugin>
27 changes: 27 additions & 0 deletions plugin/base16-precious-light-warm.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<idea-plugin url="https://www.github.com/tinted-theming/base16-jetbrains">
<id>com.base16.precious-light-warm</id>
<name>base16 Precious Light Warm</name>
<version>1.0.0</version>
<vendor>Tinted Theming</vendor>

<description><![CDATA[
<p>Base 16 Precious Light Warm for Jetbrains IDE</p>
<br>
<p>---------------</p>
<br>
<p>Colors by 4lex4 &lt;[email protected]&gt;. Theme made by Tinted Theming (https://github.com/tinted-theming/base16-jetbrains)</p>
]]>
</description>

<change-notes><![CDATA[
<p>Version 1.0.0</p>
]]>
</change-notes>
<idea-version since-build="191.0"/>

<depends>com.intellij.modules.platform</depends>

<extensions defaultExtensionNs="com.intellij">
<themeProvider id="base16-precious-light-warm" path="/base16-precious-light-warm.theme.json"/>
</extensions>
</idea-plugin>
27 changes: 27 additions & 0 deletions plugin/base16-precious-light-white.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<idea-plugin url="https://www.github.com/tinted-theming/base16-jetbrains">
<id>com.base16.precious-light-white</id>
<name>base16 Precious Light White</name>
<version>1.0.0</version>
<vendor>Tinted Theming</vendor>

<description><![CDATA[
<p>Base 16 Precious Light White for Jetbrains IDE</p>
<br>
<p>---------------</p>
<br>
<p>Colors by 4lex4 &lt;[email protected]&gt;. Theme made by Tinted Theming (https://github.com/tinted-theming/base16-jetbrains)</p>
]]>
</description>

<change-notes><![CDATA[
<p>Version 1.0.0</p>
]]>
</change-notes>
<idea-version since-build="191.0"/>

<depends>com.intellij.modules.platform</depends>

<extensions defaultExtensionNs="com.intellij">
<themeProvider id="base16-precious-light-white" path="/base16-precious-light-white.theme.json"/>
</extensions>
</idea-plugin>

0 comments on commit 34fa66d

Please sign in to comment.