spitewaste 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/spitewaste/assembler.rb +1 -1
- data/lib/spitewaste/emitters/schemes.yaml +127 -0
- data/lib/spitewaste/libspw/stack.spw +1 -1
- data/lib/spitewaste/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3c1d170c0e606225930c829da6b751a3fe4586afb7a7013c633573d1b9b7ac45
|
|
4
|
+
data.tar.gz: a5f384cb24c5dab031076968bbfe5d90376e5d1b0016b84a65f9b19f41aca593
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e14cf52df3806cbb6211acff5ac283426b3c5a20aa247e1409acbb8e3cb588270f4ff08c1de7c4092de395df47e6b7ff1186a4e7f64b5ccee896661afdf366d7
|
|
7
|
+
data.tar.gz: ee688c414de8d681ecc6459b98a1572602b0176a1b1589486d920a195bc9919df6297a4079249eedcbe14d79b1264d063882fef8469dd1b08ed435add5c9b74f
|
data/lib/spitewaste/assembler.rb
CHANGED
|
@@ -599,6 +599,52 @@ schemes:
|
|
|
599
599
|
cyan: '0x99faf2'
|
|
600
600
|
white: '0xffffff'
|
|
601
601
|
|
|
602
|
+
konsole_linux: &konsole_linux
|
|
603
|
+
primary:
|
|
604
|
+
foreground: '0xe3e3e3'
|
|
605
|
+
bright_foreground: '0xffffff'
|
|
606
|
+
dim_foreground: '0xe3e3e3'
|
|
607
|
+
background: '0x1f1f1f'
|
|
608
|
+
bright_background: '0x686868' # not sure
|
|
609
|
+
dim_background: '0x1f1f1f' # not sure
|
|
610
|
+
cursor:
|
|
611
|
+
text: '0x191622'
|
|
612
|
+
cursor: '0xf8f8f2'
|
|
613
|
+
search:
|
|
614
|
+
matches:
|
|
615
|
+
foreground: '0xb2b2b2'
|
|
616
|
+
background: '0xb26818'
|
|
617
|
+
focused_match:
|
|
618
|
+
foreground: CellBackground
|
|
619
|
+
background: CellForeground
|
|
620
|
+
normal:
|
|
621
|
+
black: '0x000000'
|
|
622
|
+
red: '0xb21818'
|
|
623
|
+
green: '0x18b218'
|
|
624
|
+
yellow: '0xb26818'
|
|
625
|
+
blue: '0x1818b2'
|
|
626
|
+
magenta: '0xb218b2'
|
|
627
|
+
cyan: '0x18b2b2'
|
|
628
|
+
white: '0xb2b2b2'
|
|
629
|
+
bright:
|
|
630
|
+
black: '0x686868'
|
|
631
|
+
red: '0xff5454'
|
|
632
|
+
green: '0x54ff54'
|
|
633
|
+
yellow: '0xffff54'
|
|
634
|
+
blue: '0x5454ff'
|
|
635
|
+
magenta: '0xff54ff'
|
|
636
|
+
cyan: '0x54ffff'
|
|
637
|
+
white: '0xffffff'
|
|
638
|
+
dim:
|
|
639
|
+
black: '0x000000'
|
|
640
|
+
red: '0xb21818'
|
|
641
|
+
green: '0x18b218'
|
|
642
|
+
yellow: '0xb26818'
|
|
643
|
+
blue: '0x1818b2'
|
|
644
|
+
magenta: '0xb218b2'
|
|
645
|
+
cyan: '0x18b2b2'
|
|
646
|
+
white: '0xb2b2b2'
|
|
647
|
+
|
|
602
648
|
low_contrast: &low_contrast
|
|
603
649
|
primary:
|
|
604
650
|
background: '0x333333'
|
|
@@ -717,6 +763,41 @@ schemes:
|
|
|
717
763
|
cyan: '0x5fb3b3'
|
|
718
764
|
white: '0xadb5c0'
|
|
719
765
|
|
|
766
|
+
omni: &omni
|
|
767
|
+
primary:
|
|
768
|
+
background: '0x191622'
|
|
769
|
+
foreground: '0xe1e1e6'
|
|
770
|
+
cursor:
|
|
771
|
+
text: '0x191622'
|
|
772
|
+
cursor: '0xf8f8f2'
|
|
773
|
+
normal:
|
|
774
|
+
black: '0x000000'
|
|
775
|
+
red: '0xff5555'
|
|
776
|
+
green: '0x50fa7b'
|
|
777
|
+
yellow: '0xeffa78'
|
|
778
|
+
blue: '0xbd93f9'
|
|
779
|
+
magenta: '0xff79c6'
|
|
780
|
+
cyan: '0x8d79ba'
|
|
781
|
+
white: '0xbfbfbf'
|
|
782
|
+
bright:
|
|
783
|
+
black: '0x4d4d4d'
|
|
784
|
+
red: '0xff6e67'
|
|
785
|
+
green: '0x5af78e'
|
|
786
|
+
yellow: '0xeaf08d'
|
|
787
|
+
blue: '0xcaa9fa'
|
|
788
|
+
magenta: '0xff92d0'
|
|
789
|
+
cyan: '0xaa91e3'
|
|
790
|
+
white: '0xe6e6e6'
|
|
791
|
+
dim:
|
|
792
|
+
black: '0x000000'
|
|
793
|
+
red: '0xa90000'
|
|
794
|
+
green: '0x049f2b'
|
|
795
|
+
yellow: '0xa3b106'
|
|
796
|
+
blue: '0x530aba'
|
|
797
|
+
magenta: '0xbb006b'
|
|
798
|
+
cyan: '0x433364'
|
|
799
|
+
white: '0x5f5f5f'
|
|
800
|
+
|
|
720
801
|
one_dark: &one_dark
|
|
721
802
|
primary:
|
|
722
803
|
background: '0x1e2127'
|
|
@@ -740,6 +821,29 @@ schemes:
|
|
|
740
821
|
cyan: '0x56b6c2'
|
|
741
822
|
white: '0xffffff'
|
|
742
823
|
|
|
824
|
+
palenight: &palenight
|
|
825
|
+
primary:
|
|
826
|
+
background: '0x292d3e'
|
|
827
|
+
foreground: '0xd0d0d0'
|
|
828
|
+
normal:
|
|
829
|
+
black: '0x292d3e'
|
|
830
|
+
red: '0xf07178'
|
|
831
|
+
green: '0xc3e88d'
|
|
832
|
+
yellow: '0xffcb6b'
|
|
833
|
+
blue: '0x82aaff'
|
|
834
|
+
magenta: '0xc792ea'
|
|
835
|
+
cyan: '0x89ddff'
|
|
836
|
+
white: '0xd0d0d0'
|
|
837
|
+
bright:
|
|
838
|
+
black: '0x434758'
|
|
839
|
+
red: '0xff8b92'
|
|
840
|
+
green: '0xddffa7'
|
|
841
|
+
yellow: '0xffe585'
|
|
842
|
+
blue: '0x9cc4ff'
|
|
843
|
+
magenta: '0xe1acff'
|
|
844
|
+
cyan: '0xa3f7ff'
|
|
845
|
+
white: '0xffffff'
|
|
846
|
+
|
|
743
847
|
papercolor_light: &papercolor_light
|
|
744
848
|
primary:
|
|
745
849
|
background: '0xeeeeee'
|
|
@@ -812,6 +916,29 @@ schemes:
|
|
|
812
916
|
cyan: '0x4fb8cc'
|
|
813
917
|
white: '0xf1f1f1'
|
|
814
918
|
|
|
919
|
+
remedy_dark: &remedy_dark
|
|
920
|
+
primary:
|
|
921
|
+
background: '0x2c2b2a'
|
|
922
|
+
foreground: '0xf9e7c4'
|
|
923
|
+
normal:
|
|
924
|
+
black: '0x282a2e'
|
|
925
|
+
blue: '0x5f819d'
|
|
926
|
+
cyan: '0x5e8d87'
|
|
927
|
+
green: '0x8c9440'
|
|
928
|
+
magenta: '0x85678f'
|
|
929
|
+
red: '0xa54242'
|
|
930
|
+
white: '0x707880'
|
|
931
|
+
yellow: '0xde935f'
|
|
932
|
+
bright:
|
|
933
|
+
black: '0x373b41'
|
|
934
|
+
blue: '0x81a2be'
|
|
935
|
+
cyan: '0x8abeb7'
|
|
936
|
+
green: '0xb5bd68'
|
|
937
|
+
magenta: '0xb294bb'
|
|
938
|
+
red: '0xcc6666'
|
|
939
|
+
white: '0xc5c8c6'
|
|
940
|
+
yellow: '0xf0c674'
|
|
941
|
+
|
|
815
942
|
snazzy: &snazzy
|
|
816
943
|
primary:
|
|
817
944
|
background: '0x282a36'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
;;; Heavy-handed stack manipulation
|
|
2
2
|
|
|
3
|
-
; These
|
|
3
|
+
; These subroutines do some pretty intricate stack-based operations, relying
|
|
4
4
|
; heavily on clobbering the heap in order to maintain their "bookkeeping".
|
|
5
5
|
; Many of them use heap addresses -10 and lower, unbounded, so they're only
|
|
6
6
|
; meant to be used in a pinch or when there just isn't much of an alternative.
|
data/lib/spitewaste/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spitewaste
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Collided Scope (collidedscope)
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-06-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -138,7 +138,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
138
138
|
- !ruby/object:Gem::Version
|
|
139
139
|
version: '0'
|
|
140
140
|
requirements: []
|
|
141
|
-
rubygems_version: 3.
|
|
141
|
+
rubygems_version: 3.2.18
|
|
142
142
|
signing_key:
|
|
143
143
|
specification_version: 4
|
|
144
144
|
summary: Make programming in Whitespace even better.
|