Skip to content

Commit

Permalink
Merge pull request #225 from kreft/fixes_december
Browse files Browse the repository at this point in the history
Fixes december
  • Loading branch information
Secondus2 authored Dec 12, 2023
2 parents 3607a3a + a5ac1fc commit 96cd573
Show file tree
Hide file tree
Showing 38 changed files with 839 additions and 410 deletions.
4 changes: 0 additions & 4 deletions .idea/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/codeStyles/Project.xml

This file was deleted.

5 changes: 0 additions & 5 deletions .idea/codeStyles/codeStyleConfig.xml

This file was deleted.

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

This file was deleted.

11 changes: 0 additions & 11 deletions .idea/libraries/hamcrest_core_1_3.xml

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/libraries/junit_4_13_2.xml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

124 changes: 0 additions & 124 deletions .idea/uiDesigner.xml

This file was deleted.

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

This file was deleted.

53 changes: 53 additions & 0 deletions colourPalettes/pairs.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
<document>
<colour baseColour="0.0833333, 1.0, 1.0"
gradient = "true" form = "HSB" opacity = "1.0">
<shift brightness = "-0.5" saturation = "-0.5"/>
</colour>
<colour baseColour="0.0833333, 1.0, 0.6"
gradient = "true" form = "HSB" opacity = "1.0">
<shift brightness = "-0.5" saturation = "-0.5"/>
</colour>
<colour baseColour="0.25, 1.0, 1.0"
gradient = "true" form = "HSB" opacity = "1.0">
<shift brightness = "-0.5" saturation = "-0.5"/>
</colour>
<colour baseColour="0.25, 1.0, 0.6"
gradient = "true" form = "HSB" opacity = "1.0">
<shift brightness = "-0.5" saturation = "-0.5"/>
</colour>
<colour baseColour="0.583333, 1.0, 1.0"
gradient = "true" form = "HSB" opacity = "1.0">
<shift brightness = "-0.5" saturation = "-0.5"/>
</colour>
<colour baseColour="0.583333, 1.0, 0.6"
gradient = "true" form = "HSB" opacity = "1.0">
<shift brightness = "-0.5" saturation = "-0.5"/>
</colour>

<colour baseColour="1.0, 0.0, 0.75"
gradient = "true" form = "HSB" opacity = "1.0">
<shift brightness = "-0.5" saturation = "-0.5"/>
</colour>
<colour baseColour="1.0, 0.0, 0.0"
gradient = "true" form = "HSB" opacity = "1.0">
<shift brightness = "-0.5" saturation = "-0.5"/>
</colour>

<colour baseColour="0.75, 1.0, 1.0"
gradient = "true" form = "HSB" opacity = "1.0">
<shift brightness = "-0.5" saturation = "-0.5"/>
</colour>
<colour baseColour="0.75, 1.0, 0.75"
gradient = "true" form = "HSB" opacity = "1.0">
<shift brightness = "-0.5" saturation = "-0.5"/>
</colour>
<colour baseColour="0.916667, 1.0, 1.0"
gradient = "true" form = "HSB" opacity = "1.0">
<shift brightness = "-0.5" saturation = "-0.5"/>
</colour>
<colour baseColour="0.916667, 1.0, 0.75"
gradient = "true" form = "HSB" opacity = "1.0">
<shift brightness = "-0.5" saturation = "-0.5"/>
</colour>
</document>
36 changes: 36 additions & 0 deletions colourPalettes/singles.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<document>
<colour baseColour="0.0833333, 1.0, 1.0"
gradient = "true" form = "HSB" opacity = "1.0">
<shift brightness = "-0.5" saturation = "-0.5"/>
</colour>
<colour baseColour="0.25, 1.0, 1.0"
gradient = "true" form = "HSB" opacity = "1.0">
<shift brightness = "-0.5" saturation = "-0.5"/>
</colour>
<colour baseColour="0.583333, 1.0, 1.0"
gradient = "true" form = "HSB" opacity = "1.0">
<shift brightness = "-0.5" saturation = "-0.5"/>
</colour>


<colour baseColour="1.0, 0.0, 0.75"
gradient = "true" form = "HSB" opacity = "1.0">
<shift brightness = "-0.5" saturation = "-0.5"/>
</colour>
<colour baseColour="1.0, 0.0, 0.0"
gradient = "true" form = "HSB" opacity = "1.0">
<shift brightness = "-0.5" saturation = "-0.5"/>
</colour>


<colour baseColour="0.75, 1.0, 1.0"
gradient = "true" form = "HSB" opacity = "1.0">
<shift brightness = "-0.5" saturation = "-0.5"/>
</colour>
<colour baseColour="0.916667, 1.0, 1.0"
gradient = "true" form = "HSB" opacity = "1.0">
<shift brightness = "-0.5" saturation = "-0.5"/>
</colour>

</document>
Loading

0 comments on commit 96cd573

Please sign in to comment.