grmenu 2.0.0 → 4.0.1

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.
@@ -0,0 +1,60 @@
1
+ GRmenu::config<-1->
2
+
3
+ @theme:: "Monokai Pro"
4
+ @author:: "grcode"
5
+ @version:: "1.0"
6
+
7
+ <<menu
8
+ style:: 4
9
+ banner_style:: 4
10
+ font:: 1
11
+ animate:: diagonal
12
+ center:: true
13
+ border:: yellow:2
14
+ title:: green:2
15
+ subtitle:: orange:1
16
+ banner:: yellow:2
17
+ divider:: magenta:1
18
+ options:: white:1
19
+ focus:: magenta:2
20
+ description:: gray:1
21
+ >>
22
+
23
+ <<table
24
+ style:: 4
25
+ header_color:: yellow:2
26
+ border_color:: magenta:2
27
+ row_color:: white:1
28
+ selected_row:: green:2
29
+ zebra_striping:: true
30
+ animate:: diagonal
31
+ >>
32
+
33
+ <<card
34
+ style:: 4
35
+ border_color:: yellow:2
36
+ title_color:: green:2
37
+ content_color:: white:1
38
+ icon_style:: brackets
39
+ >>
40
+
41
+ <<slider
42
+ style:: 4
43
+ color:: orange:2
44
+ fill_char:: █
45
+ empty_char:: ░
46
+ >>
47
+
48
+ <<checkbox
49
+ style:: 4
50
+ color:: green:2
51
+ checked_mark:: [X]
52
+ unchecked_mark:: [ ]
53
+ >>
54
+
55
+ <<modal
56
+ style:: 4
57
+ border_color:: yellow:2
58
+ prompt_color:: magenta:2
59
+ mask_char:: *
60
+ >>
@@ -0,0 +1,51 @@
1
+ GRmenu::config<-1->
2
+
3
+ @theme:: "Neon Red"
4
+ @author:: "grcode"
5
+ @version:: "1.0"
6
+
7
+ <<menu
8
+ style:: 3
9
+ banner_style:: 3
10
+ font:: 1
11
+ animate:: diagonal
12
+ desc_prefix:: [!]
13
+ center:: true
14
+ border:: neon_red:2
15
+ title:: neon_red:2
16
+ focus:: neon_yellow:2
17
+ options:: white:1
18
+ banner:: neon_red:2
19
+ subtitle:: neon_pink:2
20
+ divider:: neon_red:1
21
+ >>
22
+
23
+ <<table
24
+ style:: 3
25
+ header_color:: neon_yellow:2
26
+ border_color:: neon_red:2
27
+ selected_row:: neon_red:2
28
+ row_color:: white:1
29
+ zebra_striping:: true
30
+ >>
31
+
32
+ <<card
33
+ style:: 7
34
+ border_color:: neon_red:2
35
+ title_color:: neon_yellow:2
36
+ content_color:: white:1
37
+ >>
38
+
39
+ <<slider
40
+ style:: 3
41
+ color:: neon_red:2
42
+ fill_char:: █
43
+ empty_char:: ░
44
+ >>
45
+
46
+ <<checkbox
47
+ style:: 3
48
+ color:: neon_red:2
49
+ checked_mark:: [X]
50
+ unchecked_mark:: [ ]
51
+ >>
@@ -0,0 +1,60 @@
1
+ GRmenu::config<-1->
2
+
3
+ @theme:: "Nord Frost"
4
+ @author:: "grcode"
5
+ @version:: "1.0"
6
+
7
+ <<menu
8
+ style:: 6
9
+ banner_style:: 6
10
+ font:: 1
11
+ animate:: linear
12
+ center:: true
13
+ border:: cyan:2
14
+ title:: blue:2
15
+ subtitle:: white:1
16
+ banner:: cyan:2
17
+ divider:: blue:1
18
+ options:: white:1
19
+ focus:: aqua:2
20
+ description:: gray:1
21
+ >>
22
+
23
+ <<table
24
+ style:: 6
25
+ header_color:: cyan:2
26
+ border_color:: blue:2
27
+ row_color:: white:1
28
+ selected_row:: aqua:2
29
+ zebra_striping:: true
30
+ animate:: linear
31
+ >>
32
+
33
+ <<card
34
+ style:: 6
35
+ border_color:: cyan:2
36
+ title_color:: aqua:2
37
+ content_color:: white:1
38
+ icon_style:: brackets
39
+ >>
40
+
41
+ <<slider
42
+ style:: 6
43
+ color:: cyan:2
44
+ fill_char:: █
45
+ empty_char:: ░
46
+ >>
47
+
48
+ <<checkbox
49
+ style:: 6
50
+ color:: aqua:2
51
+ checked_mark:: [X]
52
+ unchecked_mark:: [ ]
53
+ >>
54
+
55
+ <<modal
56
+ style:: 6
57
+ border_color:: blue:2
58
+ prompt_color:: cyan:2
59
+ mask_char:: *
60
+ >>
@@ -0,0 +1,60 @@
1
+ GRmenu::config<-1->
2
+
3
+ @theme:: "Sunset Glow"
4
+ @author:: "grcode"
5
+ @version:: "1.0"
6
+
7
+ <<menu
8
+ style:: 19
9
+ banner_style:: 19
10
+ font:: 1
11
+ animate:: fade
12
+ center:: true
13
+ border:: orange:2
14
+ title:: yellow:2
15
+ subtitle:: pink:1
16
+ banner:: red:2
17
+ divider:: orange:1
18
+ options:: white:1
19
+ focus:: yellow:2
20
+ description:: gray:1
21
+ >>
22
+
23
+ <<table
24
+ style:: 19
25
+ header_color:: orange:2
26
+ border_color:: red:2
27
+ row_color:: white:1
28
+ selected_row:: yellow:2
29
+ zebra_striping:: true
30
+ animate:: fade
31
+ >>
32
+
33
+ <<card
34
+ style:: 19
35
+ border_color:: orange:2
36
+ title_color:: yellow:2
37
+ content_color:: white:1
38
+ icon_style:: brackets
39
+ >>
40
+
41
+ <<slider
42
+ style:: 19
43
+ color:: orange:2
44
+ fill_char:: █
45
+ empty_char:: ░
46
+ >>
47
+
48
+ <<checkbox
49
+ style:: 19
50
+ color:: yellow:2
51
+ checked_mark:: [X]
52
+ unchecked_mark:: [ ]
53
+ >>
54
+
55
+ <<modal
56
+ style:: 19
57
+ border_color:: orange:2
58
+ prompt_color:: yellow:2
59
+ mask_char:: *
60
+ >>