turbo-themes 0.13.0 → 0.14.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ef6a0e634abfe048c02a8f84e01a91fab470e7bc00ebd88a3bc3cd9677398c25
4
- data.tar.gz: eb1d26f522c410595830de8decb8cbd550b73fbf575692454a8aa7f99638b234
3
+ metadata.gz: 3c215353e51a39d8e54efc34e37391038b36dfc0a13c452ff4ad1281a60402f8
4
+ data.tar.gz: f59e219a1fe7daf29e258340cd7f43a374e258acb1348c54efc579c37e57d8a2
5
5
  SHA512:
6
- metadata.gz: 41e6ef06e963ea9124de54c8db7102ab0ad8fa24b73bce66a8bf1c3cad07f2114a73d6166a276fb6ed9f67cf5ff2619bcbadbf85699ebdce3d93a58447226f2c
7
- data.tar.gz: dc8f6353d37af9a6ca6d164f4e344101ef100dedeaa8fe7e6c1261cee8b33eefe0bbe1e76d9ccd91158ecc44e4bb285b3061e3df21264a81006976354ca13556
6
+ metadata.gz: 401d3c95dd94afda74542a42f0f68fbc4be813f48128c47ecd6695dd41c69a01ba9c6277898666a0c4a36c598ebf4c3a27bd31599c36e1d6e55e681df61a059b
7
+ data.tar.gz: be9ce92813b4a2753f35ba2c6c32bfec4f32dea5e30f82252b4395aa37ec3755bd2f1c0dd367e5ad3c3fc26c9675cb071d9e5935637a7cd40deef49935abdb49
data/CHANGELOG.md CHANGED
@@ -10,6 +10,12 @@ The format is based on Keep a Changelog and this project adheres to SemVer.
10
10
 
11
11
  - TBD
12
12
 
13
+ ## [0.14.0] - 2026-02-05
14
+
15
+ ### ✨ Added
16
+
17
+ - add Nord arctic color palette theme (#330)
18
+
13
19
  ## [0.13.0] - 2026-02-05
14
20
 
15
21
  ### ✨ Added
@@ -0,0 +1,58 @@
1
+ /* Generated from nord.css */
2
+
3
+ [data-theme="nord"] {
4
+ --turbo-spacing-xs: 0.25rem; /* dimension */
5
+ --turbo-spacing-sm: 0.5rem; /* dimension */
6
+ --turbo-spacing-md: 1rem; /* dimension */
7
+ --turbo-spacing-lg: 1.5rem; /* dimension */
8
+ --turbo-spacing-xl: 2rem; /* dimension */
9
+ --turbo-elevation-none: none; /* shadow */
10
+ --turbo-elevation-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05); /* shadow */
11
+ --turbo-elevation-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); /* shadow */
12
+ --turbo-elevation-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); /* shadow */
13
+ --turbo-elevation-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); /* shadow */
14
+ --turbo-animation-duration-fast: 150ms; /* duration */
15
+ --turbo-animation-duration-normal: 300ms; /* duration */
16
+ --turbo-animation-duration-slow: 500ms; /* duration */
17
+ --turbo-animation-easing-default: cubic-bezier(0.4, 0, 0.2, 1); /* cubicBezier */
18
+ --turbo-animation-easing-emphasized: cubic-bezier(0.05, 0.7, 0.1, 1); /* cubicBezier */
19
+ --turbo-opacity-disabled: 0.5; /* number */
20
+ --turbo-opacity-hover: 0.8; /* number */
21
+ --turbo-opacity-pressed: 0.6; /* number */
22
+ --turbo-bg-base: #2e3440; /* color */
23
+ --turbo-bg-surface: #3b4252; /* color */
24
+ --turbo-bg-overlay: #434c5e; /* color */
25
+ --turbo-text-primary: #eceff4; /* color */
26
+ --turbo-text-secondary: #d8dee9; /* color */
27
+ --turbo-text-inverse: #2e3440; /* color */
28
+ --turbo-brand-primary: #88c0d0; /* color */
29
+ --turbo-state-info: #5e81ac; /* color */
30
+ --turbo-state-success: #a3be8c; /* color */
31
+ --turbo-state-warning: #ebcb8b; /* color */
32
+ --turbo-state-danger: #bf616a; /* color */
33
+ --turbo-border-default: #4c566a; /* color */
34
+ --turbo-accent-link: #88c0d0; /* color */
35
+ --turbo-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"; /* fontFamily */
36
+ --turbo-font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* fontFamily */
37
+ --turbo-heading-h1: #8fbcbb; /* color */
38
+ --turbo-heading-h2: #88c0d0; /* color */
39
+ --turbo-heading-h3: #81a1c1; /* color */
40
+ --turbo-heading-h4: #ebcb8b; /* color */
41
+ --turbo-heading-h5: #d08770; /* color */
42
+ --turbo-heading-h6: #b48ead; /* color */
43
+ --turbo-body-primary: #eceff4; /* color */
44
+ --turbo-body-secondary: #d8dee9; /* color */
45
+ --turbo-link-default: #88c0d0; /* color */
46
+ --turbo-selection-fg: #eceff4; /* color */
47
+ --turbo-selection-bg: #4c566a; /* color */
48
+ --turbo-blockquote-border: #4c566a; /* color */
49
+ --turbo-blockquote-fg: #d8dee9; /* color */
50
+ --turbo-blockquote-bg: #3b4252; /* color */
51
+ --turbo-code-inline-fg: #eceff4; /* color */
52
+ --turbo-code-inline-bg: #434c5e; /* color */
53
+ --turbo-code-block-fg: #eceff4; /* color */
54
+ --turbo-code-block-bg: #434c5e; /* color */
55
+ --turbo-table-border: #4c566a; /* color */
56
+ --turbo-table-stripe: #434c5e; /* color */
57
+ --turbo-table-thead-bg: #3b4252; /* color */
58
+ }
@@ -0,0 +1,61 @@
1
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');
2
+ @import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600;700&display=swap');
3
+
4
+ [data-theme="nord"] {
5
+ --turbo-bg-base: #2e3440;
6
+ --turbo-bg-surface: #3b4252;
7
+ --turbo-bg-overlay: #434c5e;
8
+ --turbo-text-primary: #eceff4;
9
+ --turbo-text-secondary: #d8dee9;
10
+ --turbo-text-inverse: #2e3440;
11
+ --turbo-brand-primary: #88c0d0;
12
+ --turbo-state-info: #5e81ac;
13
+ --turbo-state-success: #a3be8c;
14
+ --turbo-state-warning: #ebcb8b;
15
+ --turbo-state-danger: #bf616a;
16
+ --turbo-border-default: #4c566a;
17
+ --turbo-accent-link: #88c0d0;
18
+ --turbo-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
19
+ --turbo-font-mono: JetBrains Mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
20
+ --turbo-heading-h1: #8fbcbb;
21
+ --turbo-heading-h2: #88c0d0;
22
+ --turbo-heading-h3: #81a1c1;
23
+ --turbo-heading-h4: #ebcb8b;
24
+ --turbo-heading-h5: #d08770;
25
+ --turbo-heading-h6: #b48ead;
26
+ --turbo-body-primary: #eceff4;
27
+ --turbo-body-secondary: #d8dee9;
28
+ --turbo-link-default: #88c0d0;
29
+ --turbo-selection-fg: #eceff4;
30
+ --turbo-selection-bg: #4c566a;
31
+ --turbo-blockquote-border: #4c566a;
32
+ --turbo-blockquote-fg: #d8dee9;
33
+ --turbo-blockquote-bg: #3b4252;
34
+ --turbo-code-inline-fg: #eceff4;
35
+ --turbo-code-inline-bg: #434c5e;
36
+ --turbo-code-block-fg: #eceff4;
37
+ --turbo-code-block-bg: #434c5e;
38
+ --turbo-table-border: #4c566a;
39
+ --turbo-table-stripe: #434c5e;
40
+ --turbo-table-thead-bg: #3b4252;
41
+ --turbo-table-cell-bg: #2e3440;
42
+ --turbo-table-header-fg: #eceff4;
43
+ --turbo-syntax-fg: #eceff4;
44
+ --turbo-syntax-bg: #434c5e;
45
+ --turbo-syntax-comment: #d8dee9;
46
+ --turbo-syntax-keyword: #88c0d0;
47
+ --turbo-syntax-string: #a3be8c;
48
+ --turbo-syntax-number: #ebcb8b;
49
+ --turbo-syntax-function: #5e81ac;
50
+ --turbo-syntax-type: #88c0d0;
51
+ --turbo-syntax-variable: #eceff4;
52
+ --turbo-syntax-operator: #d8dee9;
53
+ --turbo-syntax-punctuation: #d8dee9;
54
+ --turbo-syntax-tag: #bf616a;
55
+ --turbo-syntax-attribute: #5e81ac;
56
+ --turbo-syntax-value: #a3be8c;
57
+ --turbo-syntax-error: #bf616a;
58
+ --turbo-syntax-deleted: #bf616a;
59
+ --turbo-syntax-inserted: #a3be8c;
60
+ color-scheme: dark;
61
+ }
Binary file
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TurboThemes
4
- VERSION = "0.13.0"
4
+ VERSION = "0.14.0"
5
5
  end
6
6
 
7
7
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: turbo-themes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Turbo Coder
@@ -108,6 +108,7 @@ files:
108
108
  - assets/css/themes/dracula.css
109
109
  - assets/css/themes/github-dark.css
110
110
  - assets/css/themes/github-light.css
111
+ - assets/css/themes/nord.css
111
112
  - assets/css/themes/rose-pine-dawn.css
112
113
  - assets/css/themes/rose-pine-moon.css
113
114
  - assets/css/themes/rose-pine.css
@@ -120,6 +121,7 @@ files:
120
121
  - assets/css/themes/turbo/dracula.css
121
122
  - assets/css/themes/turbo/github-dark.css
122
123
  - assets/css/themes/turbo/github-light.css
124
+ - assets/css/themes/turbo/nord.css
123
125
  - assets/css/themes/turbo/rose-pine-dawn.css
124
126
  - assets/css/themes/turbo/rose-pine-moon.css
125
127
  - assets/css/themes/turbo/rose-pine.css
@@ -140,6 +142,7 @@ files:
140
142
  - assets/img/github-logo-dark.webp
141
143
  - assets/img/github-logo-light.png
142
144
  - assets/img/github-logo-light.webp
145
+ - assets/img/nord.png
143
146
  - assets/img/rose-pine-dawn.png
144
147
  - assets/img/rose-pine-moon.png
145
148
  - assets/img/rose-pine.png