balean-theme 0.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.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 4b65b12785374eef32790a1fc914a6c35e031f08f88e726310a3620cc967d2d8
4
+ data.tar.gz: c73629d0b06cd94c78d08c59649d6af5cc44496bebd24e81600e01499945abcd
5
+ SHA512:
6
+ metadata.gz: c9d4e3ef6ce0c2fd31aeb8a150a18c7e2c128d8e58391122a9a8bb0e20493b5923a70465052ee0e4f6d9be2f489e43998fb80c19e35cac61ffeb5d94f5ca38d3
7
+ data.tar.gz: e80c9cb337a9b44ad1e7cf697920b7ef507860d242d7a684b09db83dc60ddbd775e6ccbbc2cfb6ec89c4b7cc1664c33351e484ce6cfbee6e942a2127c75f38df
data/LICENSE.txt ADDED
@@ -0,0 +1,25 @@
1
+ Copyright (c) 2024-present Balean
2
+
3
+ With regard to the Balean Software:
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the “Software”), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
9
+ of the Software, and to permit persons to whom the Software is furnished to do
10
+ so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
22
+
23
+ For all third party components incorporated into the Balean Software, those
24
+ components are licensed under the original license provided by the owner of the
25
+ applicable component.
data/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # Balean Theme
2
+
3
+ The Balean theme is a set of SCSS files describing the Balean color-scheme and fonts.
@@ -0,0 +1,13 @@
1
+ /* Fonts */
2
+ @font-face {
3
+ font-display: swap;
4
+ font-family: "Comfortaa";
5
+ font-optical-sizing: auto;
6
+ font-weight: 400;
7
+ font-style: normal;
8
+ src: url($base-url + '/assets/fonts/comfortaa-v45-latin-regular.woff2') format('woff2');
9
+ }
10
+
11
+
12
+ $balean-font: "Comfortaa", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI",
13
+ "Helvetica Neue", "Lucida Grande", Arial, sans-serif
File without changes
metadata ADDED
@@ -0,0 +1,67 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: balean-theme
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Sander Brienen
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2025-02-27 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.17'
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 1.17.2
23
+ type: :development
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - "~>"
28
+ - !ruby/object:Gem::Version
29
+ version: '1.17'
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 1.17.2
33
+ description:
34
+ email:
35
+ executables: []
36
+ extensions: []
37
+ extra_rdoc_files: []
38
+ files:
39
+ - LICENSE.txt
40
+ - README.md
41
+ - _sass/balean/_balean-font.scss
42
+ - _sass/balean/_color-scheme.scss
43
+ homepage: https://gitlab.com/balean-oss/balean-theme
44
+ licenses:
45
+ - MIT
46
+ metadata:
47
+ plugin_type: theme
48
+ post_install_message:
49
+ rdoc_options: []
50
+ require_paths:
51
+ - lib
52
+ required_ruby_version: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ version: '0'
57
+ required_rubygems_version: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ requirements: []
63
+ rubygems_version: 3.0.3.1
64
+ signing_key:
65
+ specification_version: 4
66
+ summary: The theme with Balean specific colors and fonts.
67
+ test_files: []