Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Raziel Anarki committed Feb 22, 2021
0 parents commit 530bf3d
Show file tree
Hide file tree
Showing 21 changed files with 2,047 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#
out/
*.jar
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
**_Galizur_** is licensed under the **_MIT License_**
=============================================================================
### Copyright © 2021 Raziel Anarki

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the โ€œSoftwareโ€), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

_The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software._

**THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.**
46 changes: 46 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Galizur<image width="137" align="right" src="resources/META-INF/pluginIcon.svg" />

A dark color scheme and matching UI theme for **IntellIJ IDE**-s.

**[Plugin Homepage][plugin]**

## Description

A hand-crafted dark color scheme and matching UI theme, similar to the default "Darcula", with more magickally vibrant colors, _witch_ almost exclusively are short **_Hex Codes_**.

## Version History

### _1.0.0_

- Re-bundled alongside a matching UI theme.
- **Python**, **.properties**, **Makefile** support.
- **Rainbow Brackets** support.
- Adjusted ANSI console theme
- Tweaked file status colors.

## Screenshots

### Settings Window

![settings](screenshots/settings.png "Settings Window")

### GO template in HTML

![gotemplate](screenshots/gotemplate.png "GO template in HTML")

### Dockerfile

![dockerfile](screenshots/dockerfile.png "Dockerfile")

### Shell script

![shell](screenshots/shell.png "Shell Script")

## License

Copyright &copy; 2021 Raziel Anarki

This project is licensed under the [MIT license][license].

[license]: LICENSE.md
[plugin]: https://plugins.jetbrains.com/plugin/16156-galizur-theme
14 changes: 14 additions & 0 deletions intellij-galizur-theme.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PLUGIN_MODULE" version="4">
<component name="DevKit.ModuleBuildProperties" url="file://$MODULE_DIR$/resources/META-INF/plugin.xml" />
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/.dev" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
1 change: 1 addition & 0 deletions resources/LICENSE.md
Loading

0 comments on commit 530bf3d

Please sign in to comment.