summaryrefslogtreecommitdiff
path: root/SI/.obsidian/snippets
diff options
context:
space:
mode:
Diffstat (limited to 'SI/.obsidian/snippets')
-rw-r--r--SI/.obsidian/snippets/custom-background.css211
-rw-r--r--SI/.obsidian/snippets/custom-rainbow-colors.css1673
-rw-r--r--SI/.obsidian/snippets/dashboard-ReadLineLength.css12
-rw-r--r--SI/.obsidian/snippets/dashboard.css62
-rw-r--r--SI/.obsidian/snippets/extended-colorschemes.css875
-rw-r--r--SI/.obsidian/snippets/floating-search-bar.css52
-rw-r--r--SI/.obsidian/snippets/floating-status-bar.css29
-rw-r--r--SI/.obsidian/snippets/its-frontmatter.css69
-rw-r--r--SI/.obsidian/snippets/minimal-cards.css290
-rw-r--r--SI/.obsidian/snippets/notion-cards.css182
10 files changed, 3455 insertions, 0 deletions
diff --git a/SI/.obsidian/snippets/custom-background.css b/SI/.obsidian/snippets/custom-background.css
new file mode 100644
index 0000000..6f2fe90
--- /dev/null
+++ b/SI/.obsidian/snippets/custom-background.css
@@ -0,0 +1,211 @@
+/* AGPLv3 license
+Custom Background
+Author: AnubisNekhet
+support me: https://buymeacoffee.com/anubisnekhet
+*/
+
+/* @settings
+name: AnuPpuccin Custom Background
+id: anuppuccin-custom-background
+settings:
+
+-
+ id: anp-custom-background-header
+ title: Background
+ description: Custom workspace backgrounds
+ type: heading
+ level: 1
+ collapsed: true
+-
+ id: anp-background-image-toggle
+ title: Enable Custom Background (WIP)
+ description: Not compatible with colorful frame
+ type: class-toggle
+
+-
+ id: anp-custom-background-light-header
+ title: Light Mode
+ description:
+ type: heading
+ level: 2
+ collapsed: true
+-
+ id: anp-background-image-light
+ title: Custom Background Image URL
+ description: 'Formatted as url("https://link-to-image.png")'
+ type: variable-text
+ default: url("https://link-to-image.png")
+-
+ id: anp-custom-bg-brightness-light
+ title: Background brightness
+ type: variable-number-slider
+ min: 0
+ max: 2
+ step: 0.05
+ default: 0.7
+-
+ id: anp-custom-bg-blur-light
+ title: Background blur
+ type: variable-number-slider
+ min: 0
+ max: 20
+ step: 1
+ default: 5
+ format: px
+-
+ id: anp-custom-bg-card-fg-opacity-light
+ title: Container opacity
+ type: variable-number-slider
+ min: 0
+ max: 1
+ step: 0.05
+ default: 0.4
+
+-
+ id: anp-custom-background-dark-header
+ title: Dark Mode
+ description:
+ type: heading
+ level: 2
+ collapsed: true
+-
+ id: anp-background-image-dark
+ title: Custom Background Image URL
+ description: 'Formatted as url("https://link-to-image.png")'
+ type: variable-text
+ default: url("https://link-to-image.png")
+-
+ id: anp-custom-bg-brightness-dark
+ title: Background brightness
+ type: variable-number-slider
+ min: 0
+ max: 1
+ step: 0.05
+ default: 0.7
+-
+ id: anp-custom-bg-blur-dark
+ title: Background blur
+ type: variable-number-slider
+ min: 0
+ max: 20
+ step: 1
+ default: 5
+ format: px
+-
+ id: anp-custom-bg-card-fg-opacity-dark
+ title: Container opacity
+ type: variable-number-slider
+ min: 0
+ max: 1
+ step: 0.05
+ default: 0.4
+*/
+
+.anp-background-image-toggle:not(.anp-colorful-frame) {
+ .app-container,
+ &.anp-bg-fix .app-container {
+ background: var(
+ --anp-background-image,
+ url("https://i.redd.it/m23bwh4n0x151.png")
+ );
+ background-size: cover;
+ background-color: transparent;
+ }
+ .horizontal-main-container,
+ &.anp-bg-fix .horizontal-main-container {
+ backdrop-filter: brightness(var(--anp-custom-bg-brightness, 0.5))
+ blur(var(--anp-custom-bg-blur, 5px));
+ background-color: transparent;
+ }
+ .workspace {
+ background: transparent;
+ }
+ --card-background-color: transparent;
+ --card-foreground-color: rgba(
+ var(--ctp-base),
+ var(--anp-custom-bg-card-fg-opacity, 0.4)
+ );
+ --tab-inactive-color: rgba(
+ var(--ctp-mantle),
+ var(--anp-custom-bg-card-fg-opacity, 0.4)
+ );
+ --code-background: var(--card-foreground-color);
+ &.anp-card-layout .workspace-split.mod-root .view-content {
+ background: transparent;
+ }
+ &.anp-alternate-tab-toggle .workspace-tabs:not(.mod-stacked),
+ &.anp-safari-tab-toggle .workspace-tabs:not(.mod-stacked) {
+ --tab-background: var(--tab-inactive-color);
+ --tab-background-active: var(--card-foreground-color);
+ --tab-background-inactive: var(--tab-inactive-color);
+ }
+ &.anp-floating-header .nav-folder.mod-root > .nav-folder-title {
+ background-color: var(--tab-inactive-color);
+ }
+ &.anp-canvas-dark-bg .canvas-wrapper,
+ .canvas-wrapper,
+ .mod-macos.is-hidden-frameless:not(.is-popout-window)
+ .sidebar-toggle-button.mod-right,
+ &:not(.anp-card-layout).mod-macos.is-hidden-frameless:not(.is-popout-window)
+ .sidebar-toggle-button.mod-right,
+ &.anp-card-layout .workspace-ribbon.mod-left:before,
+ .anp-card-layout .workspace-tab-header-container,
+ .workspace-split.mod-root {
+ background-color: transparent;
+ }
+ &:not(.anp-card-layout, .anp-border-layout) .workspace-tab-header-container,
+ &:not(.anp-card-layout) .workspace-tabs .workspace-leaf,
+ &:not(.anp-card-layout) .workspace-split.mod-root .view-content,
+ &:not(.anp-card-layout, .anp-border-layout) .workspace-ribbon,
+ &:not(.anp-card-layout, .anp-border-layout) .workspace-ribbon.mod-left:before,
+ &:not(.anp-card-layout) .view-header,
+ &.is-focused:not(.anp-card-layout) .workspace-leaf.mod-active .view-header,
+ .kanban-plugin__lane,
+ .kanban-plugin__item-content-wrapper {
+ background-color: var(--card-foreground-color);
+ }
+ .kanban-plugin__item-title-wrapper,
+ &.is-focused.anp-card-layout .workspace-leaf.mod-active .view-header,
+ &.anp-card-layout .workspace-ribbon {
+ background: transparent;
+ }
+ .workspace-fake-target-overlay:not(.is-in-sidebar)
+ .workspace-tabs
+ .workspace-leaf,
+ .mod-root .workspace-tabs .workspace-leaf,
+ &.anp-card-layout .view-header,
+ .is-focused .workspace-leaf.mod-active .view-header {
+ background-color: transparent;
+ }
+ .view-header-title-container:not(.mod-at-end):after {
+ display: none;
+ }
+ .kanban-plugin .kanban-plugin__lane button:hover {
+ background-color: var(--card-foreground-color);
+ }
+ &.anp-border-layout {
+ .workspace-tab-header-container,
+ .workspace-ribbon.mod-left:before {
+ background: transparent;
+ }
+ }
+ &:not(.anp-border-layout, .anp-card-layout) {
+ &.anp-fixed-status-bar {
+ .status-bar {
+ background: var(--card-foreground-color);
+ backdrop-filter: brightness(var(--anp-custom-bg-brightness, 0.5))
+ blur(var(--anp-custom-bg-blur, 5px));
+ }
+ }
+ }
+ &.anp-border-layout,
+ &.anp-card-layout {
+ &.anp-fixed-status-bar {
+ .status-bar {
+ background: transparent;
+ backdrop-filter: brightness(var(--anp-custom-bg-brightness, 0.5))
+ blur(var(--anp-custom-bg-blur, 5px));
+ }
+ }
+ }
+}
diff --git a/SI/.obsidian/snippets/custom-rainbow-colors.css b/SI/.obsidian/snippets/custom-rainbow-colors.css
new file mode 100644
index 0000000..bbb8c12
--- /dev/null
+++ b/SI/.obsidian/snippets/custom-rainbow-colors.css
@@ -0,0 +1,1673 @@
+/* AGPLv3 License
+Custom Rainbow Folder Colors
+Author: AnubisNekhet
+Note: If you decide to implement it in your theme or redistribute it, please keep this comment (Especially for *certain* individuals who may try to rebrand it as their own :))
+Support me: https://buymeacoffee.com/AnubisNekhet
+*/
+/* @settings
+name: AnuPpuccin Custom Rainbow Folder Colors
+id: anp-custom-rainbow-colors
+settings:
+ -
+ id: rainbow-color-repeat
+ title: Repeating color count
+ type: class-select
+ allowEmpty: false
+ default: rainbow-repeat-11
+ options:
+ -
+ label: 1
+ value: rainbow-repeat-1
+ -
+ label: 2
+ value: rainbow-repeat-2
+ -
+ label: 3
+ value: rainbow-repeat-3
+ -
+ label: 4
+ value: rainbow-repeat-4
+ -
+ label: 5
+ value: rainbow-repeat-5
+ -
+ label: 6
+ value: rainbow-repeat-6
+ -
+ label: 7
+ value: rainbow-repeat-7
+ -
+ label: 8
+ value: rainbow-repeat-8
+ -
+ label: 9
+ value: rainbow-repeat-9
+ -
+ label: 10
+ value: rainbow-repeat-10
+ -
+ label: 11
+ value: rainbow-repeat-11
+ -
+ id: rainbow-color-1-default
+ title: Rainbow Color 1
+ type: class-select
+ allowEmpty: false
+ default: rainbow-color-1-rosewater
+ options:
+ -
+ label: Accent
+ value: rainbow-color-1-accent
+ -
+ label: Rosewater
+ value: rainbow-color-1-rosewater
+ -
+ label: Flamingo
+ value: rainbow-color-1-flamingo
+ -
+ label: Pink
+ value: rainbow-color-1-pink
+ -
+ label: Mauve
+ value: rainbow-color-1-mauve
+ -
+ label: Red
+ value: rainbow-color-1-red
+ -
+ label: Maroon
+ value: rainbow-color-1-maroon
+ -
+ label: Peach
+ value: rainbow-color-1-peach
+ -
+ label: Yellow
+ value: rainbow-color-1-yellow
+ -
+ label: Green
+ value: rainbow-color-1-green
+ -
+ label: Teal
+ value: rainbow-color-1-teal
+ -
+ label: Sky
+ value: rainbow-color-1-sky
+ -
+ label: Sapphire
+ value: rainbow-color-1-sapphire
+ -
+ label: Blue
+ value: rainbow-color-1-blue
+ -
+ label: Lavender
+ value: rainbow-color-1-lavender
+ -
+ id: rainbow-color-2-default
+ title: Rainbow Color 2
+ type: class-select
+ allowEmpty: false
+ default: rainbow-color-2-rosewater
+ options:
+ -
+ label: Accent
+ value: rainbow-color-2-accent
+ -
+ label: Rosewater
+ value: rainbow-color-2-rosewater
+ -
+ label: Flamingo
+ value: rainbow-color-2-flamingo
+ -
+ label: Pink
+ value: rainbow-color-2-pink
+ -
+ label: Mauve
+ value: rainbow-color-2-mauve
+ -
+ label: Red
+ value: rainbow-color-2-red
+ -
+ label: Maroon
+ value: rainbow-color-2-maroon
+ -
+ label: Peach
+ value: rainbow-color-2-peach
+ -
+ label: Yellow
+ value: rainbow-color-2-yellow
+ -
+ label: Green
+ value: rainbow-color-2-green
+ -
+ label: Teal
+ value: rainbow-color-2-teal
+ -
+ label: Sky
+ value: rainbow-color-2-sky
+ -
+ label: Sapphire
+ value: rainbow-color-2-sapphire
+ -
+ label: Blue
+ value: rainbow-color-2-blue
+ -
+ label: Lavender
+ value: rainbow-color-2-lavender
+ -
+ id: rainbow-color-3-default
+ title: Rainbow Color 3
+ type: class-select
+ allowEmpty: false
+ default: rainbow-color-3-rosewater
+ options:
+ -
+ label: Accent
+ value: rainbow-color-3-accent
+ -
+ label: Rosewater
+ value: rainbow-color-3-rosewater
+ -
+ label: Flamingo
+ value: rainbow-color-3-flamingo
+ -
+ label: Pink
+ value: rainbow-color-3-pink
+ -
+ label: Mauve
+ value: rainbow-color-3-mauve
+ -
+ label: Red
+ value: rainbow-color-3-red
+ -
+ label: Maroon
+ value: rainbow-color-3-maroon
+ -
+ label: Peach
+ value: rainbow-color-3-peach
+ -
+ label: Yellow
+ value: rainbow-color-3-yellow
+ -
+ label: Green
+ value: rainbow-color-3-green
+ -
+ label: Teal
+ value: rainbow-color-3-teal
+ -
+ label: Sky
+ value: rainbow-color-3-sky
+ -
+ label: Sapphire
+ value: rainbow-color-3-sapphire
+ -
+ label: Blue
+ value: rainbow-color-3-blue
+ -
+ label: Lavender
+ value: rainbow-color-3-lavender
+ -
+ id: rainbow-color-4-default
+ title: Rainbow Color 4
+ type: class-select
+ allowEmpty: false
+ default: rainbow-color-4-rosewater
+ options:
+ -
+ label: Accent
+ value: rainbow-color-4-accent
+ -
+ label: Rosewater
+ value: rainbow-color-4-rosewater
+ -
+ label: Flamingo
+ value: rainbow-color-4-flamingo
+ -
+ label: Pink
+ value: rainbow-color-4-pink
+ -
+ label: Mauve
+ value: rainbow-color-4-mauve
+ -
+ label: Red
+ value: rainbow-color-4-red
+ -
+ label: Maroon
+ value: rainbow-color-4-maroon
+ -
+ label: Peach
+ value: rainbow-color-4-peach
+ -
+ label: Yellow
+ value: rainbow-color-4-yellow
+ -
+ label: Green
+ value: rainbow-color-4-green
+ -
+ label: Teal
+ value: rainbow-color-4-teal
+ -
+ label: Sky
+ value: rainbow-color-4-sky
+ -
+ label: Sapphire
+ value: rainbow-color-4-sapphire
+ -
+ label: Blue
+ value: rainbow-color-4-blue
+ -
+ label: Lavender
+ value: rainbow-color-4-lavender
+ -
+ id: rainbow-color-5-default
+ title: Rainbow Color 5
+ type: class-select
+ allowEmpty: false
+ default: rainbow-color-5-rosewater
+ options:
+ -
+ label: Accent
+ value: rainbow-color-5-accent
+ -
+ label: Rosewater
+ value: rainbow-color-5-rosewater
+ -
+ label: Flamingo
+ value: rainbow-color-5-flamingo
+ -
+ label: Pink
+ value: rainbow-color-5-pink
+ -
+ label: Mauve
+ value: rainbow-color-5-mauve
+ -
+ label: Red
+ value: rainbow-color-5-red
+ -
+ label: Maroon
+ value: rainbow-color-5-maroon
+ -
+ label: Peach
+ value: rainbow-color-5-peach
+ -
+ label: Yellow
+ value: rainbow-color-5-yellow
+ -
+ label: Green
+ value: rainbow-color-5-green
+ -
+ label: Teal
+ value: rainbow-color-5-teal
+ -
+ label: Sky
+ value: rainbow-color-5-sky
+ -
+ label: Sapphire
+ value: rainbow-color-5-sapphire
+ -
+ label: Blue
+ value: rainbow-color-5-blue
+ -
+ label: Lavender
+ value: rainbow-color-5-lavender
+ -
+ id: rainbow-color-6-default
+ title: Rainbow Color 6
+ type: class-select
+ allowEmpty: false
+ default: rainbow-color-6-rosewater
+ options:
+ -
+ label: Accent
+ value: rainbow-color-6-accent
+ -
+ label: Rosewater
+ value: rainbow-color-6-rosewater
+ -
+ label: Flamingo
+ value: rainbow-color-6-flamingo
+ -
+ label: Pink
+ value: rainbow-color-6-pink
+ -
+ label: Mauve
+ value: rainbow-color-6-mauve
+ -
+ label: Red
+ value: rainbow-color-6-red
+ -
+ label: Maroon
+ value: rainbow-color-6-maroon
+ -
+ label: Peach
+ value: rainbow-color-6-peach
+ -
+ label: Yellow
+ value: rainbow-color-6-yellow
+ -
+ label: Green
+ value: rainbow-color-6-green
+ -
+ label: Teal
+ value: rainbow-color-6-teal
+ -
+ label: Sky
+ value: rainbow-color-6-sky
+ -
+ label: Sapphire
+ value: rainbow-color-6-sapphire
+ -
+ label: Blue
+ value: rainbow-color-6-blue
+ -
+ label: Lavender
+ value: rainbow-color-6-lavender
+ -
+ id: rainbow-color-7-default
+ title: Rainbow Color 7
+ type: class-select
+ allowEmpty: false
+ default: rainbow-color-7-rosewater
+ options:
+ -
+ label: Accent
+ value: rainbow-color-7-accent
+ -
+ label: Rosewater
+ value: rainbow-color-7-rosewater
+ -
+ label: Flamingo
+ value: rainbow-color-7-flamingo
+ -
+ label: Pink
+ value: rainbow-color-7-pink
+ -
+ label: Mauve
+ value: rainbow-color-7-mauve
+ -
+ label: Red
+ value: rainbow-color-7-red
+ -
+ label: Maroon
+ value: rainbow-color-7-maroon
+ -
+ label: Peach
+ value: rainbow-color-7-peach
+ -
+ label: Yellow
+ value: rainbow-color-7-yellow
+ -
+ label: Green
+ value: rainbow-color-7-green
+ -
+ label: Teal
+ value: rainbow-color-7-teal
+ -
+ label: Sky
+ value: rainbow-color-7-sky
+ -
+ label: Sapphire
+ value: rainbow-color-7-sapphire
+ -
+ label: Blue
+ value: rainbow-color-7-blue
+ -
+ label: Lavender
+ value: rainbow-color-7-lavender
+ -
+ id: rainbow-color-8-default
+ title: Rainbow Color 8
+ type: class-select
+ allowEmpty: false
+ default: rainbow-color-8-rosewater
+ options:
+ -
+ label: Accent
+ value: rainbow-color-8-accent
+ -
+ label: Rosewater
+ value: rainbow-color-8-rosewater
+ -
+ label: Flamingo
+ value: rainbow-color-8-flamingo
+ -
+ label: Pink
+ value: rainbow-color-8-pink
+ -
+ label: Mauve
+ value: rainbow-color-8-mauve
+ -
+ label: Red
+ value: rainbow-color-8-red
+ -
+ label: Maroon
+ value: rainbow-color-8-maroon
+ -
+ label: Peach
+ value: rainbow-color-8-peach
+ -
+ label: Yellow
+ value: rainbow-color-8-yellow
+ -
+ label: Green
+ value: rainbow-color-8-green
+ -
+ label: Teal
+ value: rainbow-color-8-teal
+ -
+ label: Sky
+ value: rainbow-color-8-sky
+ -
+ label: Sapphire
+ value: rainbow-color-8-sapphire
+ -
+ label: Blue
+ value: rainbow-color-8-blue
+ -
+ label: Lavender
+ value: rainbow-color-8-lavender
+ -
+ id: rainbow-color-9-default
+ title: Rainbow Color 9
+ type: class-select
+ allowEmpty: false
+ default: rainbow-color-9-rosewater
+ options:
+ -
+ label: Accent
+ value: rainbow-color-9-accent
+ -
+ label: Rosewater
+ value: rainbow-color-9-rosewater
+ -
+ label: Flamingo
+ value: rainbow-color-9-flamingo
+ -
+ label: Pink
+ value: rainbow-color-9-pink
+ -
+ label: Mauve
+ value: rainbow-color-9-mauve
+ -
+ label: Red
+ value: rainbow-color-9-red
+ -
+ label: Maroon
+ value: rainbow-color-9-maroon
+ -
+ label: Peach
+ value: rainbow-color-9-peach
+ -
+ label: Yellow
+ value: rainbow-color-9-yellow
+ -
+ label: Green
+ value: rainbow-color-9-green
+ -
+ label: Teal
+ value: rainbow-color-9-teal
+ -
+ label: Sky
+ value: rainbow-color-9-sky
+ -
+ label: Sapphire
+ value: rainbow-color-9-sapphire
+ -
+ label: Blue
+ value: rainbow-color-9-blue
+ -
+ label: Lavender
+ value: rainbow-color-9-lavender
+ -
+ id: rainbow-color-10-default
+ title: Rainbow Color 10
+ type: class-select
+ allowEmpty: false
+ default: rainbow-color-10-rosewater
+ options:
+ -
+ label: Accent
+ value: rainbow-color-10-accent
+ -
+ label: Rosewater
+ value: rainbow-color-10-rosewater
+ -
+ label: Flamingo
+ value: rainbow-color-10-flamingo
+ -
+ label: Pink
+ value: rainbow-color-10-pink
+ -
+ label: Mauve
+ value: rainbow-color-10-mauve
+ -
+ label: Red
+ value: rainbow-color-10-red
+ -
+ label: Maroon
+ value: rainbow-color-10-maroon
+ -
+ label: Peach
+ value: rainbow-color-10-peach
+ -
+ label: Yellow
+ value: rainbow-color-10-yellow
+ -
+ label: Green
+ value: rainbow-color-10-green
+ -
+ label: Teal
+ value: rainbow-color-10-teal
+ -
+ label: Sky
+ value: rainbow-color-10-sky
+ -
+ label: Sapphire
+ value: rainbow-color-10-sapphire
+ -
+ label: Blue
+ value: rainbow-color-10-blue
+ -
+ label: Lavender
+ value: rainbow-color-10-lavender
+ -
+ id: rainbow-color-11-default
+ title: Rainbow Color 11
+ type: class-select
+ allowEmpty: false
+ default: rainbow-color-11-rosewater
+ options:
+ -
+ label: Accent
+ value: rainbow-color-11-accent
+ -
+ label: Rosewater
+ value: rainbow-color-11-rosewater
+ -
+ label: Flamingo
+ value: rainbow-color-11-flamingo
+ -
+ label: Pink
+ value: rainbow-color-11-pink
+ -
+ label: Mauve
+ value: rainbow-color-11-mauve
+ -
+ label: Red
+ value: rainbow-color-11-red
+ -
+ label: Maroon
+ value: rainbow-color-11-maroon
+ -
+ label: Peach
+ value: rainbow-color-11-peach
+ -
+ label: Yellow
+ value: rainbow-color-11-yellow
+ -
+ label: Green
+ value: rainbow-color-11-green
+ -
+ label: Teal
+ value: rainbow-color-11-teal
+ -
+ label: Sky
+ value: rainbow-color-11-sky
+ -
+ label: Sapphire
+ value: rainbow-color-11-sapphire
+ -
+ label: Blue
+ value: rainbow-color-11-blue
+ -
+ label: Lavender
+ value: rainbow-color-11-lavender
+
+*/
+body.rainbow-repeat-11.rainbow-color-11-accent .nav-folder-children > .nav-folder:nth-child(11n+12),
+body.rainbow-repeat-11.rainbow-color-11-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+12), body.rainbow-repeat-11.rainbow-color-10-accent .nav-folder-children > .nav-folder:nth-child(11n+11),
+body.rainbow-repeat-11.rainbow-color-10-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+11), body.rainbow-repeat-11.rainbow-color-9-accent .nav-folder-children > .nav-folder:nth-child(11n+10),
+body.rainbow-repeat-11.rainbow-color-9-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+10), body.rainbow-repeat-11.rainbow-color-8-accent .nav-folder-children > .nav-folder:nth-child(11n+9),
+body.rainbow-repeat-11.rainbow-color-8-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+9), body.rainbow-repeat-11.rainbow-color-7-accent .nav-folder-children > .nav-folder:nth-child(11n+8),
+body.rainbow-repeat-11.rainbow-color-7-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+8), body.rainbow-repeat-11.rainbow-color-6-accent .nav-folder-children > .nav-folder:nth-child(11n+7),
+body.rainbow-repeat-11.rainbow-color-6-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+7), body.rainbow-repeat-11.rainbow-color-5-accent .nav-folder-children > .nav-folder:nth-child(11n+6),
+body.rainbow-repeat-11.rainbow-color-5-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+6), body.rainbow-repeat-11.rainbow-color-4-accent .nav-folder-children > .nav-folder:nth-child(11n+5),
+body.rainbow-repeat-11.rainbow-color-4-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+5), body.rainbow-repeat-11.rainbow-color-3-accent .nav-folder-children > .nav-folder:nth-child(11n+4),
+body.rainbow-repeat-11.rainbow-color-3-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+4), body.rainbow-repeat-11.rainbow-color-2-accent .nav-folder-children > .nav-folder:nth-child(11n+3),
+body.rainbow-repeat-11.rainbow-color-2-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+3), body.rainbow-repeat-11.rainbow-color-1-accent .nav-folder-children > .nav-folder:nth-child(11n+2),
+body.rainbow-repeat-11.rainbow-color-1-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+2), body.rainbow-repeat-10.rainbow-color-10-accent .nav-folder-children > .nav-folder:nth-child(10n+11),
+body.rainbow-repeat-10.rainbow-color-10-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+11), body.rainbow-repeat-10.rainbow-color-9-accent .nav-folder-children > .nav-folder:nth-child(10n+10),
+body.rainbow-repeat-10.rainbow-color-9-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+10), body.rainbow-repeat-10.rainbow-color-8-accent .nav-folder-children > .nav-folder:nth-child(10n+9),
+body.rainbow-repeat-10.rainbow-color-8-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+9), body.rainbow-repeat-10.rainbow-color-7-accent .nav-folder-children > .nav-folder:nth-child(10n+8),
+body.rainbow-repeat-10.rainbow-color-7-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+8), body.rainbow-repeat-10.rainbow-color-6-accent .nav-folder-children > .nav-folder:nth-child(10n+7),
+body.rainbow-repeat-10.rainbow-color-6-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+7), body.rainbow-repeat-10.rainbow-color-5-accent .nav-folder-children > .nav-folder:nth-child(10n+6),
+body.rainbow-repeat-10.rainbow-color-5-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+6), body.rainbow-repeat-10.rainbow-color-4-accent .nav-folder-children > .nav-folder:nth-child(10n+5),
+body.rainbow-repeat-10.rainbow-color-4-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+5), body.rainbow-repeat-10.rainbow-color-3-accent .nav-folder-children > .nav-folder:nth-child(10n+4),
+body.rainbow-repeat-10.rainbow-color-3-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+4), body.rainbow-repeat-10.rainbow-color-2-accent .nav-folder-children > .nav-folder:nth-child(10n+3),
+body.rainbow-repeat-10.rainbow-color-2-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+3), body.rainbow-repeat-10.rainbow-color-1-accent .nav-folder-children > .nav-folder:nth-child(10n+2),
+body.rainbow-repeat-10.rainbow-color-1-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+2), body.rainbow-repeat-9.rainbow-color-9-accent .nav-folder-children > .nav-folder:nth-child(9n+10),
+body.rainbow-repeat-9.rainbow-color-9-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+10), body.rainbow-repeat-9.rainbow-color-8-accent .nav-folder-children > .nav-folder:nth-child(9n+9),
+body.rainbow-repeat-9.rainbow-color-8-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+9), body.rainbow-repeat-9.rainbow-color-7-accent .nav-folder-children > .nav-folder:nth-child(9n+8),
+body.rainbow-repeat-9.rainbow-color-7-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+8), body.rainbow-repeat-9.rainbow-color-6-accent .nav-folder-children > .nav-folder:nth-child(9n+7),
+body.rainbow-repeat-9.rainbow-color-6-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+7), body.rainbow-repeat-9.rainbow-color-5-accent .nav-folder-children > .nav-folder:nth-child(9n+6),
+body.rainbow-repeat-9.rainbow-color-5-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+6), body.rainbow-repeat-9.rainbow-color-4-accent .nav-folder-children > .nav-folder:nth-child(9n+5),
+body.rainbow-repeat-9.rainbow-color-4-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+5), body.rainbow-repeat-9.rainbow-color-3-accent .nav-folder-children > .nav-folder:nth-child(9n+4),
+body.rainbow-repeat-9.rainbow-color-3-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+4), body.rainbow-repeat-9.rainbow-color-2-accent .nav-folder-children > .nav-folder:nth-child(9n+3),
+body.rainbow-repeat-9.rainbow-color-2-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+3), body.rainbow-repeat-9.rainbow-color-1-accent .nav-folder-children > .nav-folder:nth-child(9n+2),
+body.rainbow-repeat-9.rainbow-color-1-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+2), body.rainbow-repeat-8.rainbow-color-8-accent .nav-folder-children > .nav-folder:nth-child(8n+9),
+body.rainbow-repeat-8.rainbow-color-8-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+9), body.rainbow-repeat-8.rainbow-color-7-accent .nav-folder-children > .nav-folder:nth-child(8n+8),
+body.rainbow-repeat-8.rainbow-color-7-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+8), body.rainbow-repeat-8.rainbow-color-6-accent .nav-folder-children > .nav-folder:nth-child(8n+7),
+body.rainbow-repeat-8.rainbow-color-6-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+7), body.rainbow-repeat-8.rainbow-color-5-accent .nav-folder-children > .nav-folder:nth-child(8n+6),
+body.rainbow-repeat-8.rainbow-color-5-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+6), body.rainbow-repeat-8.rainbow-color-4-accent .nav-folder-children > .nav-folder:nth-child(8n+5),
+body.rainbow-repeat-8.rainbow-color-4-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+5), body.rainbow-repeat-8.rainbow-color-3-accent .nav-folder-children > .nav-folder:nth-child(8n+4),
+body.rainbow-repeat-8.rainbow-color-3-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+4), body.rainbow-repeat-8.rainbow-color-2-accent .nav-folder-children > .nav-folder:nth-child(8n+3),
+body.rainbow-repeat-8.rainbow-color-2-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+3), body.rainbow-repeat-8.rainbow-color-1-accent .nav-folder-children > .nav-folder:nth-child(8n+2),
+body.rainbow-repeat-8.rainbow-color-1-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+2), body.rainbow-repeat-7.rainbow-color-7-accent .nav-folder-children > .nav-folder:nth-child(7n+8),
+body.rainbow-repeat-7.rainbow-color-7-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+8), body.rainbow-repeat-7.rainbow-color-6-accent .nav-folder-children > .nav-folder:nth-child(7n+7),
+body.rainbow-repeat-7.rainbow-color-6-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+7), body.rainbow-repeat-7.rainbow-color-5-accent .nav-folder-children > .nav-folder:nth-child(7n+6),
+body.rainbow-repeat-7.rainbow-color-5-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+6), body.rainbow-repeat-7.rainbow-color-4-accent .nav-folder-children > .nav-folder:nth-child(7n+5),
+body.rainbow-repeat-7.rainbow-color-4-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+5), body.rainbow-repeat-7.rainbow-color-3-accent .nav-folder-children > .nav-folder:nth-child(7n+4),
+body.rainbow-repeat-7.rainbow-color-3-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+4), body.rainbow-repeat-7.rainbow-color-2-accent .nav-folder-children > .nav-folder:nth-child(7n+3),
+body.rainbow-repeat-7.rainbow-color-2-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+3), body.rainbow-repeat-7.rainbow-color-1-accent .nav-folder-children > .nav-folder:nth-child(7n+2),
+body.rainbow-repeat-7.rainbow-color-1-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+2), body.rainbow-repeat-6.rainbow-color-6-accent .nav-folder-children > .nav-folder:nth-child(6n+7),
+body.rainbow-repeat-6.rainbow-color-6-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+7), body.rainbow-repeat-6.rainbow-color-5-accent .nav-folder-children > .nav-folder:nth-child(6n+6),
+body.rainbow-repeat-6.rainbow-color-5-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+6), body.rainbow-repeat-6.rainbow-color-4-accent .nav-folder-children > .nav-folder:nth-child(6n+5),
+body.rainbow-repeat-6.rainbow-color-4-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+5), body.rainbow-repeat-6.rainbow-color-3-accent .nav-folder-children > .nav-folder:nth-child(6n+4),
+body.rainbow-repeat-6.rainbow-color-3-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+4), body.rainbow-repeat-6.rainbow-color-2-accent .nav-folder-children > .nav-folder:nth-child(6n+3),
+body.rainbow-repeat-6.rainbow-color-2-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+3), body.rainbow-repeat-6.rainbow-color-1-accent .nav-folder-children > .nav-folder:nth-child(6n+2),
+body.rainbow-repeat-6.rainbow-color-1-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+2), body.rainbow-repeat-5.rainbow-color-5-accent .nav-folder-children > .nav-folder:nth-child(5n+6),
+body.rainbow-repeat-5.rainbow-color-5-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+6), body.rainbow-repeat-5.rainbow-color-4-accent .nav-folder-children > .nav-folder:nth-child(5n+5),
+body.rainbow-repeat-5.rainbow-color-4-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+5), body.rainbow-repeat-5.rainbow-color-3-accent .nav-folder-children > .nav-folder:nth-child(5n+4),
+body.rainbow-repeat-5.rainbow-color-3-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+4), body.rainbow-repeat-5.rainbow-color-2-accent .nav-folder-children > .nav-folder:nth-child(5n+3),
+body.rainbow-repeat-5.rainbow-color-2-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+3), body.rainbow-repeat-5.rainbow-color-1-accent .nav-folder-children > .nav-folder:nth-child(5n+2),
+body.rainbow-repeat-5.rainbow-color-1-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+2), body.rainbow-repeat-4.rainbow-color-4-accent .nav-folder-children > .nav-folder:nth-child(4n+5),
+body.rainbow-repeat-4.rainbow-color-4-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+5), body.rainbow-repeat-4.rainbow-color-3-accent .nav-folder-children > .nav-folder:nth-child(4n+4),
+body.rainbow-repeat-4.rainbow-color-3-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+4), body.rainbow-repeat-4.rainbow-color-2-accent .nav-folder-children > .nav-folder:nth-child(4n+3),
+body.rainbow-repeat-4.rainbow-color-2-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+3), body.rainbow-repeat-4.rainbow-color-1-accent .nav-folder-children > .nav-folder:nth-child(4n+2),
+body.rainbow-repeat-4.rainbow-color-1-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+2), body.rainbow-repeat-3.rainbow-color-3-accent .nav-folder-children > .nav-folder:nth-child(3n+4),
+body.rainbow-repeat-3.rainbow-color-3-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+4), body.rainbow-repeat-3.rainbow-color-2-accent .nav-folder-children > .nav-folder:nth-child(3n+3),
+body.rainbow-repeat-3.rainbow-color-2-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+3), body.rainbow-repeat-3.rainbow-color-1-accent .nav-folder-children > .nav-folder:nth-child(3n+2),
+body.rainbow-repeat-3.rainbow-color-1-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+2), body.rainbow-repeat-2.rainbow-color-2-accent .nav-folder-children > .nav-folder:nth-child(2n+3),
+body.rainbow-repeat-2.rainbow-color-2-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(2n+3), body.rainbow-repeat-2.rainbow-color-1-accent .nav-folder-children > .nav-folder:nth-child(2n+2),
+body.rainbow-repeat-2.rainbow-color-1-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(2n+2), body.rainbow-repeat-1.rainbow-color-1-accent .nav-folder-children > .nav-folder:nth-child(1n+2),
+body.rainbow-repeat-1.rainbow-color-1-accent [data-type=bookmarks] .tree-item.tree-item:nth-child(1n+2) {
+ --rainbow-folder-color: var(--ctp-accent);
+}
+
+body.rainbow-repeat-11.rainbow-color-11-flamingo .nav-folder-children > .nav-folder:nth-child(11n+12),
+body.rainbow-repeat-11.rainbow-color-11-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+12), body.rainbow-repeat-11.rainbow-color-10-flamingo .nav-folder-children > .nav-folder:nth-child(11n+11),
+body.rainbow-repeat-11.rainbow-color-10-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+11), body.rainbow-repeat-11.rainbow-color-9-flamingo .nav-folder-children > .nav-folder:nth-child(11n+10),
+body.rainbow-repeat-11.rainbow-color-9-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+10), body.rainbow-repeat-11.rainbow-color-8-flamingo .nav-folder-children > .nav-folder:nth-child(11n+9),
+body.rainbow-repeat-11.rainbow-color-8-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+9), body.rainbow-repeat-11.rainbow-color-7-flamingo .nav-folder-children > .nav-folder:nth-child(11n+8),
+body.rainbow-repeat-11.rainbow-color-7-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+8), body.rainbow-repeat-11.rainbow-color-6-flamingo .nav-folder-children > .nav-folder:nth-child(11n+7),
+body.rainbow-repeat-11.rainbow-color-6-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+7), body.rainbow-repeat-11.rainbow-color-5-flamingo .nav-folder-children > .nav-folder:nth-child(11n+6),
+body.rainbow-repeat-11.rainbow-color-5-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+6), body.rainbow-repeat-11.rainbow-color-4-flamingo .nav-folder-children > .nav-folder:nth-child(11n+5),
+body.rainbow-repeat-11.rainbow-color-4-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+5), body.rainbow-repeat-11.rainbow-color-3-flamingo .nav-folder-children > .nav-folder:nth-child(11n+4),
+body.rainbow-repeat-11.rainbow-color-3-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+4), body.rainbow-repeat-11.rainbow-color-2-flamingo .nav-folder-children > .nav-folder:nth-child(11n+3),
+body.rainbow-repeat-11.rainbow-color-2-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+3), body.rainbow-repeat-11.rainbow-color-1-flamingo .nav-folder-children > .nav-folder:nth-child(11n+2),
+body.rainbow-repeat-11.rainbow-color-1-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+2), body.rainbow-repeat-10.rainbow-color-10-flamingo .nav-folder-children > .nav-folder:nth-child(10n+11),
+body.rainbow-repeat-10.rainbow-color-10-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+11), body.rainbow-repeat-10.rainbow-color-9-flamingo .nav-folder-children > .nav-folder:nth-child(10n+10),
+body.rainbow-repeat-10.rainbow-color-9-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+10), body.rainbow-repeat-10.rainbow-color-8-flamingo .nav-folder-children > .nav-folder:nth-child(10n+9),
+body.rainbow-repeat-10.rainbow-color-8-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+9), body.rainbow-repeat-10.rainbow-color-7-flamingo .nav-folder-children > .nav-folder:nth-child(10n+8),
+body.rainbow-repeat-10.rainbow-color-7-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+8), body.rainbow-repeat-10.rainbow-color-6-flamingo .nav-folder-children > .nav-folder:nth-child(10n+7),
+body.rainbow-repeat-10.rainbow-color-6-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+7), body.rainbow-repeat-10.rainbow-color-5-flamingo .nav-folder-children > .nav-folder:nth-child(10n+6),
+body.rainbow-repeat-10.rainbow-color-5-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+6), body.rainbow-repeat-10.rainbow-color-4-flamingo .nav-folder-children > .nav-folder:nth-child(10n+5),
+body.rainbow-repeat-10.rainbow-color-4-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+5), body.rainbow-repeat-10.rainbow-color-3-flamingo .nav-folder-children > .nav-folder:nth-child(10n+4),
+body.rainbow-repeat-10.rainbow-color-3-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+4), body.rainbow-repeat-10.rainbow-color-2-flamingo .nav-folder-children > .nav-folder:nth-child(10n+3),
+body.rainbow-repeat-10.rainbow-color-2-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+3), body.rainbow-repeat-10.rainbow-color-1-flamingo .nav-folder-children > .nav-folder:nth-child(10n+2),
+body.rainbow-repeat-10.rainbow-color-1-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+2), body.rainbow-repeat-9.rainbow-color-9-flamingo .nav-folder-children > .nav-folder:nth-child(9n+10),
+body.rainbow-repeat-9.rainbow-color-9-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+10), body.rainbow-repeat-9.rainbow-color-8-flamingo .nav-folder-children > .nav-folder:nth-child(9n+9),
+body.rainbow-repeat-9.rainbow-color-8-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+9), body.rainbow-repeat-9.rainbow-color-7-flamingo .nav-folder-children > .nav-folder:nth-child(9n+8),
+body.rainbow-repeat-9.rainbow-color-7-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+8), body.rainbow-repeat-9.rainbow-color-6-flamingo .nav-folder-children > .nav-folder:nth-child(9n+7),
+body.rainbow-repeat-9.rainbow-color-6-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+7), body.rainbow-repeat-9.rainbow-color-5-flamingo .nav-folder-children > .nav-folder:nth-child(9n+6),
+body.rainbow-repeat-9.rainbow-color-5-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+6), body.rainbow-repeat-9.rainbow-color-4-flamingo .nav-folder-children > .nav-folder:nth-child(9n+5),
+body.rainbow-repeat-9.rainbow-color-4-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+5), body.rainbow-repeat-9.rainbow-color-3-flamingo .nav-folder-children > .nav-folder:nth-child(9n+4),
+body.rainbow-repeat-9.rainbow-color-3-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+4), body.rainbow-repeat-9.rainbow-color-2-flamingo .nav-folder-children > .nav-folder:nth-child(9n+3),
+body.rainbow-repeat-9.rainbow-color-2-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+3), body.rainbow-repeat-9.rainbow-color-1-flamingo .nav-folder-children > .nav-folder:nth-child(9n+2),
+body.rainbow-repeat-9.rainbow-color-1-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+2), body.rainbow-repeat-8.rainbow-color-8-flamingo .nav-folder-children > .nav-folder:nth-child(8n+9),
+body.rainbow-repeat-8.rainbow-color-8-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+9), body.rainbow-repeat-8.rainbow-color-7-flamingo .nav-folder-children > .nav-folder:nth-child(8n+8),
+body.rainbow-repeat-8.rainbow-color-7-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+8), body.rainbow-repeat-8.rainbow-color-6-flamingo .nav-folder-children > .nav-folder:nth-child(8n+7),
+body.rainbow-repeat-8.rainbow-color-6-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+7), body.rainbow-repeat-8.rainbow-color-5-flamingo .nav-folder-children > .nav-folder:nth-child(8n+6),
+body.rainbow-repeat-8.rainbow-color-5-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+6), body.rainbow-repeat-8.rainbow-color-4-flamingo .nav-folder-children > .nav-folder:nth-child(8n+5),
+body.rainbow-repeat-8.rainbow-color-4-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+5), body.rainbow-repeat-8.rainbow-color-3-flamingo .nav-folder-children > .nav-folder:nth-child(8n+4),
+body.rainbow-repeat-8.rainbow-color-3-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+4), body.rainbow-repeat-8.rainbow-color-2-flamingo .nav-folder-children > .nav-folder:nth-child(8n+3),
+body.rainbow-repeat-8.rainbow-color-2-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+3), body.rainbow-repeat-8.rainbow-color-1-flamingo .nav-folder-children > .nav-folder:nth-child(8n+2),
+body.rainbow-repeat-8.rainbow-color-1-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+2), body.rainbow-repeat-7.rainbow-color-7-flamingo .nav-folder-children > .nav-folder:nth-child(7n+8),
+body.rainbow-repeat-7.rainbow-color-7-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+8), body.rainbow-repeat-7.rainbow-color-6-flamingo .nav-folder-children > .nav-folder:nth-child(7n+7),
+body.rainbow-repeat-7.rainbow-color-6-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+7), body.rainbow-repeat-7.rainbow-color-5-flamingo .nav-folder-children > .nav-folder:nth-child(7n+6),
+body.rainbow-repeat-7.rainbow-color-5-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+6), body.rainbow-repeat-7.rainbow-color-4-flamingo .nav-folder-children > .nav-folder:nth-child(7n+5),
+body.rainbow-repeat-7.rainbow-color-4-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+5), body.rainbow-repeat-7.rainbow-color-3-flamingo .nav-folder-children > .nav-folder:nth-child(7n+4),
+body.rainbow-repeat-7.rainbow-color-3-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+4), body.rainbow-repeat-7.rainbow-color-2-flamingo .nav-folder-children > .nav-folder:nth-child(7n+3),
+body.rainbow-repeat-7.rainbow-color-2-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+3), body.rainbow-repeat-7.rainbow-color-1-flamingo .nav-folder-children > .nav-folder:nth-child(7n+2),
+body.rainbow-repeat-7.rainbow-color-1-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+2), body.rainbow-repeat-6.rainbow-color-6-flamingo .nav-folder-children > .nav-folder:nth-child(6n+7),
+body.rainbow-repeat-6.rainbow-color-6-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+7), body.rainbow-repeat-6.rainbow-color-5-flamingo .nav-folder-children > .nav-folder:nth-child(6n+6),
+body.rainbow-repeat-6.rainbow-color-5-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+6), body.rainbow-repeat-6.rainbow-color-4-flamingo .nav-folder-children > .nav-folder:nth-child(6n+5),
+body.rainbow-repeat-6.rainbow-color-4-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+5), body.rainbow-repeat-6.rainbow-color-3-flamingo .nav-folder-children > .nav-folder:nth-child(6n+4),
+body.rainbow-repeat-6.rainbow-color-3-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+4), body.rainbow-repeat-6.rainbow-color-2-flamingo .nav-folder-children > .nav-folder:nth-child(6n+3),
+body.rainbow-repeat-6.rainbow-color-2-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+3), body.rainbow-repeat-6.rainbow-color-1-flamingo .nav-folder-children > .nav-folder:nth-child(6n+2),
+body.rainbow-repeat-6.rainbow-color-1-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+2), body.rainbow-repeat-5.rainbow-color-5-flamingo .nav-folder-children > .nav-folder:nth-child(5n+6),
+body.rainbow-repeat-5.rainbow-color-5-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+6), body.rainbow-repeat-5.rainbow-color-4-flamingo .nav-folder-children > .nav-folder:nth-child(5n+5),
+body.rainbow-repeat-5.rainbow-color-4-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+5), body.rainbow-repeat-5.rainbow-color-3-flamingo .nav-folder-children > .nav-folder:nth-child(5n+4),
+body.rainbow-repeat-5.rainbow-color-3-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+4), body.rainbow-repeat-5.rainbow-color-2-flamingo .nav-folder-children > .nav-folder:nth-child(5n+3),
+body.rainbow-repeat-5.rainbow-color-2-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+3), body.rainbow-repeat-5.rainbow-color-1-flamingo .nav-folder-children > .nav-folder:nth-child(5n+2),
+body.rainbow-repeat-5.rainbow-color-1-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+2), body.rainbow-repeat-4.rainbow-color-4-flamingo .nav-folder-children > .nav-folder:nth-child(4n+5),
+body.rainbow-repeat-4.rainbow-color-4-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+5), body.rainbow-repeat-4.rainbow-color-3-flamingo .nav-folder-children > .nav-folder:nth-child(4n+4),
+body.rainbow-repeat-4.rainbow-color-3-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+4), body.rainbow-repeat-4.rainbow-color-2-flamingo .nav-folder-children > .nav-folder:nth-child(4n+3),
+body.rainbow-repeat-4.rainbow-color-2-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+3), body.rainbow-repeat-4.rainbow-color-1-flamingo .nav-folder-children > .nav-folder:nth-child(4n+2),
+body.rainbow-repeat-4.rainbow-color-1-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+2), body.rainbow-repeat-3.rainbow-color-3-flamingo .nav-folder-children > .nav-folder:nth-child(3n+4),
+body.rainbow-repeat-3.rainbow-color-3-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+4), body.rainbow-repeat-3.rainbow-color-2-flamingo .nav-folder-children > .nav-folder:nth-child(3n+3),
+body.rainbow-repeat-3.rainbow-color-2-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+3), body.rainbow-repeat-3.rainbow-color-1-flamingo .nav-folder-children > .nav-folder:nth-child(3n+2),
+body.rainbow-repeat-3.rainbow-color-1-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+2), body.rainbow-repeat-2.rainbow-color-2-flamingo .nav-folder-children > .nav-folder:nth-child(2n+3),
+body.rainbow-repeat-2.rainbow-color-2-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(2n+3), body.rainbow-repeat-2.rainbow-color-1-flamingo .nav-folder-children > .nav-folder:nth-child(2n+2),
+body.rainbow-repeat-2.rainbow-color-1-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(2n+2), body.rainbow-repeat-1.rainbow-color-1-flamingo .nav-folder-children > .nav-folder:nth-child(1n+2),
+body.rainbow-repeat-1.rainbow-color-1-flamingo [data-type=bookmarks] .tree-item.tree-item:nth-child(1n+2) {
+ --rainbow-folder-color: var(--ctp-flamingo);
+}
+
+body.rainbow-repeat-11.rainbow-color-11-rosewater .nav-folder-children > .nav-folder:nth-child(11n+12),
+body.rainbow-repeat-11.rainbow-color-11-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+12), body.rainbow-repeat-11.rainbow-color-10-rosewater .nav-folder-children > .nav-folder:nth-child(11n+11),
+body.rainbow-repeat-11.rainbow-color-10-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+11), body.rainbow-repeat-11.rainbow-color-9-rosewater .nav-folder-children > .nav-folder:nth-child(11n+10),
+body.rainbow-repeat-11.rainbow-color-9-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+10), body.rainbow-repeat-11.rainbow-color-8-rosewater .nav-folder-children > .nav-folder:nth-child(11n+9),
+body.rainbow-repeat-11.rainbow-color-8-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+9), body.rainbow-repeat-11.rainbow-color-7-rosewater .nav-folder-children > .nav-folder:nth-child(11n+8),
+body.rainbow-repeat-11.rainbow-color-7-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+8), body.rainbow-repeat-11.rainbow-color-6-rosewater .nav-folder-children > .nav-folder:nth-child(11n+7),
+body.rainbow-repeat-11.rainbow-color-6-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+7), body.rainbow-repeat-11.rainbow-color-5-rosewater .nav-folder-children > .nav-folder:nth-child(11n+6),
+body.rainbow-repeat-11.rainbow-color-5-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+6), body.rainbow-repeat-11.rainbow-color-4-rosewater .nav-folder-children > .nav-folder:nth-child(11n+5),
+body.rainbow-repeat-11.rainbow-color-4-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+5), body.rainbow-repeat-11.rainbow-color-3-rosewater .nav-folder-children > .nav-folder:nth-child(11n+4),
+body.rainbow-repeat-11.rainbow-color-3-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+4), body.rainbow-repeat-11.rainbow-color-2-rosewater .nav-folder-children > .nav-folder:nth-child(11n+3),
+body.rainbow-repeat-11.rainbow-color-2-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+3), body.rainbow-repeat-11.rainbow-color-1-rosewater .nav-folder-children > .nav-folder:nth-child(11n+2),
+body.rainbow-repeat-11.rainbow-color-1-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+2), body.rainbow-repeat-10.rainbow-color-10-rosewater .nav-folder-children > .nav-folder:nth-child(10n+11),
+body.rainbow-repeat-10.rainbow-color-10-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+11), body.rainbow-repeat-10.rainbow-color-9-rosewater .nav-folder-children > .nav-folder:nth-child(10n+10),
+body.rainbow-repeat-10.rainbow-color-9-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+10), body.rainbow-repeat-10.rainbow-color-8-rosewater .nav-folder-children > .nav-folder:nth-child(10n+9),
+body.rainbow-repeat-10.rainbow-color-8-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+9), body.rainbow-repeat-10.rainbow-color-7-rosewater .nav-folder-children > .nav-folder:nth-child(10n+8),
+body.rainbow-repeat-10.rainbow-color-7-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+8), body.rainbow-repeat-10.rainbow-color-6-rosewater .nav-folder-children > .nav-folder:nth-child(10n+7),
+body.rainbow-repeat-10.rainbow-color-6-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+7), body.rainbow-repeat-10.rainbow-color-5-rosewater .nav-folder-children > .nav-folder:nth-child(10n+6),
+body.rainbow-repeat-10.rainbow-color-5-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+6), body.rainbow-repeat-10.rainbow-color-4-rosewater .nav-folder-children > .nav-folder:nth-child(10n+5),
+body.rainbow-repeat-10.rainbow-color-4-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+5), body.rainbow-repeat-10.rainbow-color-3-rosewater .nav-folder-children > .nav-folder:nth-child(10n+4),
+body.rainbow-repeat-10.rainbow-color-3-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+4), body.rainbow-repeat-10.rainbow-color-2-rosewater .nav-folder-children > .nav-folder:nth-child(10n+3),
+body.rainbow-repeat-10.rainbow-color-2-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+3), body.rainbow-repeat-10.rainbow-color-1-rosewater .nav-folder-children > .nav-folder:nth-child(10n+2),
+body.rainbow-repeat-10.rainbow-color-1-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+2), body.rainbow-repeat-9.rainbow-color-9-rosewater .nav-folder-children > .nav-folder:nth-child(9n+10),
+body.rainbow-repeat-9.rainbow-color-9-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+10), body.rainbow-repeat-9.rainbow-color-8-rosewater .nav-folder-children > .nav-folder:nth-child(9n+9),
+body.rainbow-repeat-9.rainbow-color-8-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+9), body.rainbow-repeat-9.rainbow-color-7-rosewater .nav-folder-children > .nav-folder:nth-child(9n+8),
+body.rainbow-repeat-9.rainbow-color-7-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+8), body.rainbow-repeat-9.rainbow-color-6-rosewater .nav-folder-children > .nav-folder:nth-child(9n+7),
+body.rainbow-repeat-9.rainbow-color-6-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+7), body.rainbow-repeat-9.rainbow-color-5-rosewater .nav-folder-children > .nav-folder:nth-child(9n+6),
+body.rainbow-repeat-9.rainbow-color-5-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+6), body.rainbow-repeat-9.rainbow-color-4-rosewater .nav-folder-children > .nav-folder:nth-child(9n+5),
+body.rainbow-repeat-9.rainbow-color-4-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+5), body.rainbow-repeat-9.rainbow-color-3-rosewater .nav-folder-children > .nav-folder:nth-child(9n+4),
+body.rainbow-repeat-9.rainbow-color-3-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+4), body.rainbow-repeat-9.rainbow-color-2-rosewater .nav-folder-children > .nav-folder:nth-child(9n+3),
+body.rainbow-repeat-9.rainbow-color-2-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+3), body.rainbow-repeat-9.rainbow-color-1-rosewater .nav-folder-children > .nav-folder:nth-child(9n+2),
+body.rainbow-repeat-9.rainbow-color-1-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+2), body.rainbow-repeat-8.rainbow-color-8-rosewater .nav-folder-children > .nav-folder:nth-child(8n+9),
+body.rainbow-repeat-8.rainbow-color-8-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+9), body.rainbow-repeat-8.rainbow-color-7-rosewater .nav-folder-children > .nav-folder:nth-child(8n+8),
+body.rainbow-repeat-8.rainbow-color-7-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+8), body.rainbow-repeat-8.rainbow-color-6-rosewater .nav-folder-children > .nav-folder:nth-child(8n+7),
+body.rainbow-repeat-8.rainbow-color-6-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+7), body.rainbow-repeat-8.rainbow-color-5-rosewater .nav-folder-children > .nav-folder:nth-child(8n+6),
+body.rainbow-repeat-8.rainbow-color-5-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+6), body.rainbow-repeat-8.rainbow-color-4-rosewater .nav-folder-children > .nav-folder:nth-child(8n+5),
+body.rainbow-repeat-8.rainbow-color-4-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+5), body.rainbow-repeat-8.rainbow-color-3-rosewater .nav-folder-children > .nav-folder:nth-child(8n+4),
+body.rainbow-repeat-8.rainbow-color-3-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+4), body.rainbow-repeat-8.rainbow-color-2-rosewater .nav-folder-children > .nav-folder:nth-child(8n+3),
+body.rainbow-repeat-8.rainbow-color-2-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+3), body.rainbow-repeat-8.rainbow-color-1-rosewater .nav-folder-children > .nav-folder:nth-child(8n+2),
+body.rainbow-repeat-8.rainbow-color-1-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+2), body.rainbow-repeat-7.rainbow-color-7-rosewater .nav-folder-children > .nav-folder:nth-child(7n+8),
+body.rainbow-repeat-7.rainbow-color-7-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+8), body.rainbow-repeat-7.rainbow-color-6-rosewater .nav-folder-children > .nav-folder:nth-child(7n+7),
+body.rainbow-repeat-7.rainbow-color-6-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+7), body.rainbow-repeat-7.rainbow-color-5-rosewater .nav-folder-children > .nav-folder:nth-child(7n+6),
+body.rainbow-repeat-7.rainbow-color-5-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+6), body.rainbow-repeat-7.rainbow-color-4-rosewater .nav-folder-children > .nav-folder:nth-child(7n+5),
+body.rainbow-repeat-7.rainbow-color-4-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+5), body.rainbow-repeat-7.rainbow-color-3-rosewater .nav-folder-children > .nav-folder:nth-child(7n+4),
+body.rainbow-repeat-7.rainbow-color-3-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+4), body.rainbow-repeat-7.rainbow-color-2-rosewater .nav-folder-children > .nav-folder:nth-child(7n+3),
+body.rainbow-repeat-7.rainbow-color-2-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+3), body.rainbow-repeat-7.rainbow-color-1-rosewater .nav-folder-children > .nav-folder:nth-child(7n+2),
+body.rainbow-repeat-7.rainbow-color-1-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+2), body.rainbow-repeat-6.rainbow-color-6-rosewater .nav-folder-children > .nav-folder:nth-child(6n+7),
+body.rainbow-repeat-6.rainbow-color-6-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+7), body.rainbow-repeat-6.rainbow-color-5-rosewater .nav-folder-children > .nav-folder:nth-child(6n+6),
+body.rainbow-repeat-6.rainbow-color-5-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+6), body.rainbow-repeat-6.rainbow-color-4-rosewater .nav-folder-children > .nav-folder:nth-child(6n+5),
+body.rainbow-repeat-6.rainbow-color-4-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+5), body.rainbow-repeat-6.rainbow-color-3-rosewater .nav-folder-children > .nav-folder:nth-child(6n+4),
+body.rainbow-repeat-6.rainbow-color-3-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+4), body.rainbow-repeat-6.rainbow-color-2-rosewater .nav-folder-children > .nav-folder:nth-child(6n+3),
+body.rainbow-repeat-6.rainbow-color-2-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+3), body.rainbow-repeat-6.rainbow-color-1-rosewater .nav-folder-children > .nav-folder:nth-child(6n+2),
+body.rainbow-repeat-6.rainbow-color-1-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+2), body.rainbow-repeat-5.rainbow-color-5-rosewater .nav-folder-children > .nav-folder:nth-child(5n+6),
+body.rainbow-repeat-5.rainbow-color-5-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+6), body.rainbow-repeat-5.rainbow-color-4-rosewater .nav-folder-children > .nav-folder:nth-child(5n+5),
+body.rainbow-repeat-5.rainbow-color-4-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+5), body.rainbow-repeat-5.rainbow-color-3-rosewater .nav-folder-children > .nav-folder:nth-child(5n+4),
+body.rainbow-repeat-5.rainbow-color-3-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+4), body.rainbow-repeat-5.rainbow-color-2-rosewater .nav-folder-children > .nav-folder:nth-child(5n+3),
+body.rainbow-repeat-5.rainbow-color-2-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+3), body.rainbow-repeat-5.rainbow-color-1-rosewater .nav-folder-children > .nav-folder:nth-child(5n+2),
+body.rainbow-repeat-5.rainbow-color-1-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+2), body.rainbow-repeat-4.rainbow-color-4-rosewater .nav-folder-children > .nav-folder:nth-child(4n+5),
+body.rainbow-repeat-4.rainbow-color-4-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+5), body.rainbow-repeat-4.rainbow-color-3-rosewater .nav-folder-children > .nav-folder:nth-child(4n+4),
+body.rainbow-repeat-4.rainbow-color-3-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+4), body.rainbow-repeat-4.rainbow-color-2-rosewater .nav-folder-children > .nav-folder:nth-child(4n+3),
+body.rainbow-repeat-4.rainbow-color-2-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+3), body.rainbow-repeat-4.rainbow-color-1-rosewater .nav-folder-children > .nav-folder:nth-child(4n+2),
+body.rainbow-repeat-4.rainbow-color-1-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+2), body.rainbow-repeat-3.rainbow-color-3-rosewater .nav-folder-children > .nav-folder:nth-child(3n+4),
+body.rainbow-repeat-3.rainbow-color-3-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+4), body.rainbow-repeat-3.rainbow-color-2-rosewater .nav-folder-children > .nav-folder:nth-child(3n+3),
+body.rainbow-repeat-3.rainbow-color-2-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+3), body.rainbow-repeat-3.rainbow-color-1-rosewater .nav-folder-children > .nav-folder:nth-child(3n+2),
+body.rainbow-repeat-3.rainbow-color-1-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+2), body.rainbow-repeat-2.rainbow-color-2-rosewater .nav-folder-children > .nav-folder:nth-child(2n+3),
+body.rainbow-repeat-2.rainbow-color-2-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(2n+3), body.rainbow-repeat-2.rainbow-color-1-rosewater .nav-folder-children > .nav-folder:nth-child(2n+2),
+body.rainbow-repeat-2.rainbow-color-1-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(2n+2), body.rainbow-repeat-1.rainbow-color-1-rosewater .nav-folder-children > .nav-folder:nth-child(1n+2),
+body.rainbow-repeat-1.rainbow-color-1-rosewater [data-type=bookmarks] .tree-item.tree-item:nth-child(1n+2) {
+ --rainbow-folder-color: var(--ctp-rosewater);
+}
+
+body.rainbow-repeat-11.rainbow-color-11-pink .nav-folder-children > .nav-folder:nth-child(11n+12),
+body.rainbow-repeat-11.rainbow-color-11-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+12), body.rainbow-repeat-11.rainbow-color-10-pink .nav-folder-children > .nav-folder:nth-child(11n+11),
+body.rainbow-repeat-11.rainbow-color-10-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+11), body.rainbow-repeat-11.rainbow-color-9-pink .nav-folder-children > .nav-folder:nth-child(11n+10),
+body.rainbow-repeat-11.rainbow-color-9-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+10), body.rainbow-repeat-11.rainbow-color-8-pink .nav-folder-children > .nav-folder:nth-child(11n+9),
+body.rainbow-repeat-11.rainbow-color-8-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+9), body.rainbow-repeat-11.rainbow-color-7-pink .nav-folder-children > .nav-folder:nth-child(11n+8),
+body.rainbow-repeat-11.rainbow-color-7-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+8), body.rainbow-repeat-11.rainbow-color-6-pink .nav-folder-children > .nav-folder:nth-child(11n+7),
+body.rainbow-repeat-11.rainbow-color-6-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+7), body.rainbow-repeat-11.rainbow-color-5-pink .nav-folder-children > .nav-folder:nth-child(11n+6),
+body.rainbow-repeat-11.rainbow-color-5-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+6), body.rainbow-repeat-11.rainbow-color-4-pink .nav-folder-children > .nav-folder:nth-child(11n+5),
+body.rainbow-repeat-11.rainbow-color-4-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+5), body.rainbow-repeat-11.rainbow-color-3-pink .nav-folder-children > .nav-folder:nth-child(11n+4),
+body.rainbow-repeat-11.rainbow-color-3-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+4), body.rainbow-repeat-11.rainbow-color-2-pink .nav-folder-children > .nav-folder:nth-child(11n+3),
+body.rainbow-repeat-11.rainbow-color-2-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+3), body.rainbow-repeat-11.rainbow-color-1-pink .nav-folder-children > .nav-folder:nth-child(11n+2),
+body.rainbow-repeat-11.rainbow-color-1-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+2), body.rainbow-repeat-10.rainbow-color-10-pink .nav-folder-children > .nav-folder:nth-child(10n+11),
+body.rainbow-repeat-10.rainbow-color-10-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+11), body.rainbow-repeat-10.rainbow-color-9-pink .nav-folder-children > .nav-folder:nth-child(10n+10),
+body.rainbow-repeat-10.rainbow-color-9-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+10), body.rainbow-repeat-10.rainbow-color-8-pink .nav-folder-children > .nav-folder:nth-child(10n+9),
+body.rainbow-repeat-10.rainbow-color-8-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+9), body.rainbow-repeat-10.rainbow-color-7-pink .nav-folder-children > .nav-folder:nth-child(10n+8),
+body.rainbow-repeat-10.rainbow-color-7-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+8), body.rainbow-repeat-10.rainbow-color-6-pink .nav-folder-children > .nav-folder:nth-child(10n+7),
+body.rainbow-repeat-10.rainbow-color-6-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+7), body.rainbow-repeat-10.rainbow-color-5-pink .nav-folder-children > .nav-folder:nth-child(10n+6),
+body.rainbow-repeat-10.rainbow-color-5-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+6), body.rainbow-repeat-10.rainbow-color-4-pink .nav-folder-children > .nav-folder:nth-child(10n+5),
+body.rainbow-repeat-10.rainbow-color-4-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+5), body.rainbow-repeat-10.rainbow-color-3-pink .nav-folder-children > .nav-folder:nth-child(10n+4),
+body.rainbow-repeat-10.rainbow-color-3-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+4), body.rainbow-repeat-10.rainbow-color-2-pink .nav-folder-children > .nav-folder:nth-child(10n+3),
+body.rainbow-repeat-10.rainbow-color-2-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+3), body.rainbow-repeat-10.rainbow-color-1-pink .nav-folder-children > .nav-folder:nth-child(10n+2),
+body.rainbow-repeat-10.rainbow-color-1-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+2), body.rainbow-repeat-9.rainbow-color-9-pink .nav-folder-children > .nav-folder:nth-child(9n+10),
+body.rainbow-repeat-9.rainbow-color-9-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+10), body.rainbow-repeat-9.rainbow-color-8-pink .nav-folder-children > .nav-folder:nth-child(9n+9),
+body.rainbow-repeat-9.rainbow-color-8-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+9), body.rainbow-repeat-9.rainbow-color-7-pink .nav-folder-children > .nav-folder:nth-child(9n+8),
+body.rainbow-repeat-9.rainbow-color-7-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+8), body.rainbow-repeat-9.rainbow-color-6-pink .nav-folder-children > .nav-folder:nth-child(9n+7),
+body.rainbow-repeat-9.rainbow-color-6-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+7), body.rainbow-repeat-9.rainbow-color-5-pink .nav-folder-children > .nav-folder:nth-child(9n+6),
+body.rainbow-repeat-9.rainbow-color-5-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+6), body.rainbow-repeat-9.rainbow-color-4-pink .nav-folder-children > .nav-folder:nth-child(9n+5),
+body.rainbow-repeat-9.rainbow-color-4-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+5), body.rainbow-repeat-9.rainbow-color-3-pink .nav-folder-children > .nav-folder:nth-child(9n+4),
+body.rainbow-repeat-9.rainbow-color-3-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+4), body.rainbow-repeat-9.rainbow-color-2-pink .nav-folder-children > .nav-folder:nth-child(9n+3),
+body.rainbow-repeat-9.rainbow-color-2-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+3), body.rainbow-repeat-9.rainbow-color-1-pink .nav-folder-children > .nav-folder:nth-child(9n+2),
+body.rainbow-repeat-9.rainbow-color-1-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+2), body.rainbow-repeat-8.rainbow-color-8-pink .nav-folder-children > .nav-folder:nth-child(8n+9),
+body.rainbow-repeat-8.rainbow-color-8-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+9), body.rainbow-repeat-8.rainbow-color-7-pink .nav-folder-children > .nav-folder:nth-child(8n+8),
+body.rainbow-repeat-8.rainbow-color-7-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+8), body.rainbow-repeat-8.rainbow-color-6-pink .nav-folder-children > .nav-folder:nth-child(8n+7),
+body.rainbow-repeat-8.rainbow-color-6-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+7), body.rainbow-repeat-8.rainbow-color-5-pink .nav-folder-children > .nav-folder:nth-child(8n+6),
+body.rainbow-repeat-8.rainbow-color-5-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+6), body.rainbow-repeat-8.rainbow-color-4-pink .nav-folder-children > .nav-folder:nth-child(8n+5),
+body.rainbow-repeat-8.rainbow-color-4-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+5), body.rainbow-repeat-8.rainbow-color-3-pink .nav-folder-children > .nav-folder:nth-child(8n+4),
+body.rainbow-repeat-8.rainbow-color-3-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+4), body.rainbow-repeat-8.rainbow-color-2-pink .nav-folder-children > .nav-folder:nth-child(8n+3),
+body.rainbow-repeat-8.rainbow-color-2-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+3), body.rainbow-repeat-8.rainbow-color-1-pink .nav-folder-children > .nav-folder:nth-child(8n+2),
+body.rainbow-repeat-8.rainbow-color-1-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+2), body.rainbow-repeat-7.rainbow-color-7-pink .nav-folder-children > .nav-folder:nth-child(7n+8),
+body.rainbow-repeat-7.rainbow-color-7-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+8), body.rainbow-repeat-7.rainbow-color-6-pink .nav-folder-children > .nav-folder:nth-child(7n+7),
+body.rainbow-repeat-7.rainbow-color-6-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+7), body.rainbow-repeat-7.rainbow-color-5-pink .nav-folder-children > .nav-folder:nth-child(7n+6),
+body.rainbow-repeat-7.rainbow-color-5-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+6), body.rainbow-repeat-7.rainbow-color-4-pink .nav-folder-children > .nav-folder:nth-child(7n+5),
+body.rainbow-repeat-7.rainbow-color-4-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+5), body.rainbow-repeat-7.rainbow-color-3-pink .nav-folder-children > .nav-folder:nth-child(7n+4),
+body.rainbow-repeat-7.rainbow-color-3-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+4), body.rainbow-repeat-7.rainbow-color-2-pink .nav-folder-children > .nav-folder:nth-child(7n+3),
+body.rainbow-repeat-7.rainbow-color-2-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+3), body.rainbow-repeat-7.rainbow-color-1-pink .nav-folder-children > .nav-folder:nth-child(7n+2),
+body.rainbow-repeat-7.rainbow-color-1-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+2), body.rainbow-repeat-6.rainbow-color-6-pink .nav-folder-children > .nav-folder:nth-child(6n+7),
+body.rainbow-repeat-6.rainbow-color-6-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+7), body.rainbow-repeat-6.rainbow-color-5-pink .nav-folder-children > .nav-folder:nth-child(6n+6),
+body.rainbow-repeat-6.rainbow-color-5-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+6), body.rainbow-repeat-6.rainbow-color-4-pink .nav-folder-children > .nav-folder:nth-child(6n+5),
+body.rainbow-repeat-6.rainbow-color-4-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+5), body.rainbow-repeat-6.rainbow-color-3-pink .nav-folder-children > .nav-folder:nth-child(6n+4),
+body.rainbow-repeat-6.rainbow-color-3-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+4), body.rainbow-repeat-6.rainbow-color-2-pink .nav-folder-children > .nav-folder:nth-child(6n+3),
+body.rainbow-repeat-6.rainbow-color-2-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+3), body.rainbow-repeat-6.rainbow-color-1-pink .nav-folder-children > .nav-folder:nth-child(6n+2),
+body.rainbow-repeat-6.rainbow-color-1-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+2), body.rainbow-repeat-5.rainbow-color-5-pink .nav-folder-children > .nav-folder:nth-child(5n+6),
+body.rainbow-repeat-5.rainbow-color-5-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+6), body.rainbow-repeat-5.rainbow-color-4-pink .nav-folder-children > .nav-folder:nth-child(5n+5),
+body.rainbow-repeat-5.rainbow-color-4-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+5), body.rainbow-repeat-5.rainbow-color-3-pink .nav-folder-children > .nav-folder:nth-child(5n+4),
+body.rainbow-repeat-5.rainbow-color-3-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+4), body.rainbow-repeat-5.rainbow-color-2-pink .nav-folder-children > .nav-folder:nth-child(5n+3),
+body.rainbow-repeat-5.rainbow-color-2-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+3), body.rainbow-repeat-5.rainbow-color-1-pink .nav-folder-children > .nav-folder:nth-child(5n+2),
+body.rainbow-repeat-5.rainbow-color-1-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+2), body.rainbow-repeat-4.rainbow-color-4-pink .nav-folder-children > .nav-folder:nth-child(4n+5),
+body.rainbow-repeat-4.rainbow-color-4-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+5), body.rainbow-repeat-4.rainbow-color-3-pink .nav-folder-children > .nav-folder:nth-child(4n+4),
+body.rainbow-repeat-4.rainbow-color-3-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+4), body.rainbow-repeat-4.rainbow-color-2-pink .nav-folder-children > .nav-folder:nth-child(4n+3),
+body.rainbow-repeat-4.rainbow-color-2-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+3), body.rainbow-repeat-4.rainbow-color-1-pink .nav-folder-children > .nav-folder:nth-child(4n+2),
+body.rainbow-repeat-4.rainbow-color-1-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+2), body.rainbow-repeat-3.rainbow-color-3-pink .nav-folder-children > .nav-folder:nth-child(3n+4),
+body.rainbow-repeat-3.rainbow-color-3-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+4), body.rainbow-repeat-3.rainbow-color-2-pink .nav-folder-children > .nav-folder:nth-child(3n+3),
+body.rainbow-repeat-3.rainbow-color-2-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+3), body.rainbow-repeat-3.rainbow-color-1-pink .nav-folder-children > .nav-folder:nth-child(3n+2),
+body.rainbow-repeat-3.rainbow-color-1-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+2), body.rainbow-repeat-2.rainbow-color-2-pink .nav-folder-children > .nav-folder:nth-child(2n+3),
+body.rainbow-repeat-2.rainbow-color-2-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(2n+3), body.rainbow-repeat-2.rainbow-color-1-pink .nav-folder-children > .nav-folder:nth-child(2n+2),
+body.rainbow-repeat-2.rainbow-color-1-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(2n+2), body.rainbow-repeat-1.rainbow-color-1-pink .nav-folder-children > .nav-folder:nth-child(1n+2),
+body.rainbow-repeat-1.rainbow-color-1-pink [data-type=bookmarks] .tree-item.tree-item:nth-child(1n+2) {
+ --rainbow-folder-color: var(--ctp-pink);
+}
+
+body.rainbow-repeat-11.rainbow-color-11-mauve .nav-folder-children > .nav-folder:nth-child(11n+12),
+body.rainbow-repeat-11.rainbow-color-11-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+12), body.rainbow-repeat-11.rainbow-color-10-mauve .nav-folder-children > .nav-folder:nth-child(11n+11),
+body.rainbow-repeat-11.rainbow-color-10-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+11), body.rainbow-repeat-11.rainbow-color-9-mauve .nav-folder-children > .nav-folder:nth-child(11n+10),
+body.rainbow-repeat-11.rainbow-color-9-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+10), body.rainbow-repeat-11.rainbow-color-8-mauve .nav-folder-children > .nav-folder:nth-child(11n+9),
+body.rainbow-repeat-11.rainbow-color-8-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+9), body.rainbow-repeat-11.rainbow-color-7-mauve .nav-folder-children > .nav-folder:nth-child(11n+8),
+body.rainbow-repeat-11.rainbow-color-7-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+8), body.rainbow-repeat-11.rainbow-color-6-mauve .nav-folder-children > .nav-folder:nth-child(11n+7),
+body.rainbow-repeat-11.rainbow-color-6-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+7), body.rainbow-repeat-11.rainbow-color-5-mauve .nav-folder-children > .nav-folder:nth-child(11n+6),
+body.rainbow-repeat-11.rainbow-color-5-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+6), body.rainbow-repeat-11.rainbow-color-4-mauve .nav-folder-children > .nav-folder:nth-child(11n+5),
+body.rainbow-repeat-11.rainbow-color-4-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+5), body.rainbow-repeat-11.rainbow-color-3-mauve .nav-folder-children > .nav-folder:nth-child(11n+4),
+body.rainbow-repeat-11.rainbow-color-3-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+4), body.rainbow-repeat-11.rainbow-color-2-mauve .nav-folder-children > .nav-folder:nth-child(11n+3),
+body.rainbow-repeat-11.rainbow-color-2-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+3), body.rainbow-repeat-11.rainbow-color-1-mauve .nav-folder-children > .nav-folder:nth-child(11n+2),
+body.rainbow-repeat-11.rainbow-color-1-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+2), body.rainbow-repeat-10.rainbow-color-10-mauve .nav-folder-children > .nav-folder:nth-child(10n+11),
+body.rainbow-repeat-10.rainbow-color-10-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+11), body.rainbow-repeat-10.rainbow-color-9-mauve .nav-folder-children > .nav-folder:nth-child(10n+10),
+body.rainbow-repeat-10.rainbow-color-9-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+10), body.rainbow-repeat-10.rainbow-color-8-mauve .nav-folder-children > .nav-folder:nth-child(10n+9),
+body.rainbow-repeat-10.rainbow-color-8-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+9), body.rainbow-repeat-10.rainbow-color-7-mauve .nav-folder-children > .nav-folder:nth-child(10n+8),
+body.rainbow-repeat-10.rainbow-color-7-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+8), body.rainbow-repeat-10.rainbow-color-6-mauve .nav-folder-children > .nav-folder:nth-child(10n+7),
+body.rainbow-repeat-10.rainbow-color-6-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+7), body.rainbow-repeat-10.rainbow-color-5-mauve .nav-folder-children > .nav-folder:nth-child(10n+6),
+body.rainbow-repeat-10.rainbow-color-5-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+6), body.rainbow-repeat-10.rainbow-color-4-mauve .nav-folder-children > .nav-folder:nth-child(10n+5),
+body.rainbow-repeat-10.rainbow-color-4-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+5), body.rainbow-repeat-10.rainbow-color-3-mauve .nav-folder-children > .nav-folder:nth-child(10n+4),
+body.rainbow-repeat-10.rainbow-color-3-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+4), body.rainbow-repeat-10.rainbow-color-2-mauve .nav-folder-children > .nav-folder:nth-child(10n+3),
+body.rainbow-repeat-10.rainbow-color-2-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+3), body.rainbow-repeat-10.rainbow-color-1-mauve .nav-folder-children > .nav-folder:nth-child(10n+2),
+body.rainbow-repeat-10.rainbow-color-1-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+2), body.rainbow-repeat-9.rainbow-color-9-mauve .nav-folder-children > .nav-folder:nth-child(9n+10),
+body.rainbow-repeat-9.rainbow-color-9-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+10), body.rainbow-repeat-9.rainbow-color-8-mauve .nav-folder-children > .nav-folder:nth-child(9n+9),
+body.rainbow-repeat-9.rainbow-color-8-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+9), body.rainbow-repeat-9.rainbow-color-7-mauve .nav-folder-children > .nav-folder:nth-child(9n+8),
+body.rainbow-repeat-9.rainbow-color-7-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+8), body.rainbow-repeat-9.rainbow-color-6-mauve .nav-folder-children > .nav-folder:nth-child(9n+7),
+body.rainbow-repeat-9.rainbow-color-6-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+7), body.rainbow-repeat-9.rainbow-color-5-mauve .nav-folder-children > .nav-folder:nth-child(9n+6),
+body.rainbow-repeat-9.rainbow-color-5-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+6), body.rainbow-repeat-9.rainbow-color-4-mauve .nav-folder-children > .nav-folder:nth-child(9n+5),
+body.rainbow-repeat-9.rainbow-color-4-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+5), body.rainbow-repeat-9.rainbow-color-3-mauve .nav-folder-children > .nav-folder:nth-child(9n+4),
+body.rainbow-repeat-9.rainbow-color-3-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+4), body.rainbow-repeat-9.rainbow-color-2-mauve .nav-folder-children > .nav-folder:nth-child(9n+3),
+body.rainbow-repeat-9.rainbow-color-2-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+3), body.rainbow-repeat-9.rainbow-color-1-mauve .nav-folder-children > .nav-folder:nth-child(9n+2),
+body.rainbow-repeat-9.rainbow-color-1-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+2), body.rainbow-repeat-8.rainbow-color-8-mauve .nav-folder-children > .nav-folder:nth-child(8n+9),
+body.rainbow-repeat-8.rainbow-color-8-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+9), body.rainbow-repeat-8.rainbow-color-7-mauve .nav-folder-children > .nav-folder:nth-child(8n+8),
+body.rainbow-repeat-8.rainbow-color-7-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+8), body.rainbow-repeat-8.rainbow-color-6-mauve .nav-folder-children > .nav-folder:nth-child(8n+7),
+body.rainbow-repeat-8.rainbow-color-6-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+7), body.rainbow-repeat-8.rainbow-color-5-mauve .nav-folder-children > .nav-folder:nth-child(8n+6),
+body.rainbow-repeat-8.rainbow-color-5-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+6), body.rainbow-repeat-8.rainbow-color-4-mauve .nav-folder-children > .nav-folder:nth-child(8n+5),
+body.rainbow-repeat-8.rainbow-color-4-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+5), body.rainbow-repeat-8.rainbow-color-3-mauve .nav-folder-children > .nav-folder:nth-child(8n+4),
+body.rainbow-repeat-8.rainbow-color-3-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+4), body.rainbow-repeat-8.rainbow-color-2-mauve .nav-folder-children > .nav-folder:nth-child(8n+3),
+body.rainbow-repeat-8.rainbow-color-2-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+3), body.rainbow-repeat-8.rainbow-color-1-mauve .nav-folder-children > .nav-folder:nth-child(8n+2),
+body.rainbow-repeat-8.rainbow-color-1-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+2), body.rainbow-repeat-7.rainbow-color-7-mauve .nav-folder-children > .nav-folder:nth-child(7n+8),
+body.rainbow-repeat-7.rainbow-color-7-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+8), body.rainbow-repeat-7.rainbow-color-6-mauve .nav-folder-children > .nav-folder:nth-child(7n+7),
+body.rainbow-repeat-7.rainbow-color-6-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+7), body.rainbow-repeat-7.rainbow-color-5-mauve .nav-folder-children > .nav-folder:nth-child(7n+6),
+body.rainbow-repeat-7.rainbow-color-5-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+6), body.rainbow-repeat-7.rainbow-color-4-mauve .nav-folder-children > .nav-folder:nth-child(7n+5),
+body.rainbow-repeat-7.rainbow-color-4-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+5), body.rainbow-repeat-7.rainbow-color-3-mauve .nav-folder-children > .nav-folder:nth-child(7n+4),
+body.rainbow-repeat-7.rainbow-color-3-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+4), body.rainbow-repeat-7.rainbow-color-2-mauve .nav-folder-children > .nav-folder:nth-child(7n+3),
+body.rainbow-repeat-7.rainbow-color-2-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+3), body.rainbow-repeat-7.rainbow-color-1-mauve .nav-folder-children > .nav-folder:nth-child(7n+2),
+body.rainbow-repeat-7.rainbow-color-1-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+2), body.rainbow-repeat-6.rainbow-color-6-mauve .nav-folder-children > .nav-folder:nth-child(6n+7),
+body.rainbow-repeat-6.rainbow-color-6-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+7), body.rainbow-repeat-6.rainbow-color-5-mauve .nav-folder-children > .nav-folder:nth-child(6n+6),
+body.rainbow-repeat-6.rainbow-color-5-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+6), body.rainbow-repeat-6.rainbow-color-4-mauve .nav-folder-children > .nav-folder:nth-child(6n+5),
+body.rainbow-repeat-6.rainbow-color-4-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+5), body.rainbow-repeat-6.rainbow-color-3-mauve .nav-folder-children > .nav-folder:nth-child(6n+4),
+body.rainbow-repeat-6.rainbow-color-3-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+4), body.rainbow-repeat-6.rainbow-color-2-mauve .nav-folder-children > .nav-folder:nth-child(6n+3),
+body.rainbow-repeat-6.rainbow-color-2-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+3), body.rainbow-repeat-6.rainbow-color-1-mauve .nav-folder-children > .nav-folder:nth-child(6n+2),
+body.rainbow-repeat-6.rainbow-color-1-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+2), body.rainbow-repeat-5.rainbow-color-5-mauve .nav-folder-children > .nav-folder:nth-child(5n+6),
+body.rainbow-repeat-5.rainbow-color-5-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+6), body.rainbow-repeat-5.rainbow-color-4-mauve .nav-folder-children > .nav-folder:nth-child(5n+5),
+body.rainbow-repeat-5.rainbow-color-4-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+5), body.rainbow-repeat-5.rainbow-color-3-mauve .nav-folder-children > .nav-folder:nth-child(5n+4),
+body.rainbow-repeat-5.rainbow-color-3-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+4), body.rainbow-repeat-5.rainbow-color-2-mauve .nav-folder-children > .nav-folder:nth-child(5n+3),
+body.rainbow-repeat-5.rainbow-color-2-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+3), body.rainbow-repeat-5.rainbow-color-1-mauve .nav-folder-children > .nav-folder:nth-child(5n+2),
+body.rainbow-repeat-5.rainbow-color-1-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+2), body.rainbow-repeat-4.rainbow-color-4-mauve .nav-folder-children > .nav-folder:nth-child(4n+5),
+body.rainbow-repeat-4.rainbow-color-4-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+5), body.rainbow-repeat-4.rainbow-color-3-mauve .nav-folder-children > .nav-folder:nth-child(4n+4),
+body.rainbow-repeat-4.rainbow-color-3-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+4), body.rainbow-repeat-4.rainbow-color-2-mauve .nav-folder-children > .nav-folder:nth-child(4n+3),
+body.rainbow-repeat-4.rainbow-color-2-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+3), body.rainbow-repeat-4.rainbow-color-1-mauve .nav-folder-children > .nav-folder:nth-child(4n+2),
+body.rainbow-repeat-4.rainbow-color-1-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+2), body.rainbow-repeat-3.rainbow-color-3-mauve .nav-folder-children > .nav-folder:nth-child(3n+4),
+body.rainbow-repeat-3.rainbow-color-3-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+4), body.rainbow-repeat-3.rainbow-color-2-mauve .nav-folder-children > .nav-folder:nth-child(3n+3),
+body.rainbow-repeat-3.rainbow-color-2-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+3), body.rainbow-repeat-3.rainbow-color-1-mauve .nav-folder-children > .nav-folder:nth-child(3n+2),
+body.rainbow-repeat-3.rainbow-color-1-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+2), body.rainbow-repeat-2.rainbow-color-2-mauve .nav-folder-children > .nav-folder:nth-child(2n+3),
+body.rainbow-repeat-2.rainbow-color-2-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(2n+3), body.rainbow-repeat-2.rainbow-color-1-mauve .nav-folder-children > .nav-folder:nth-child(2n+2),
+body.rainbow-repeat-2.rainbow-color-1-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(2n+2), body.rainbow-repeat-1.rainbow-color-1-mauve .nav-folder-children > .nav-folder:nth-child(1n+2),
+body.rainbow-repeat-1.rainbow-color-1-mauve [data-type=bookmarks] .tree-item.tree-item:nth-child(1n+2) {
+ --rainbow-folder-color: var(--ctp-mauve);
+}
+
+body.rainbow-repeat-11.rainbow-color-11-red .nav-folder-children > .nav-folder:nth-child(11n+12),
+body.rainbow-repeat-11.rainbow-color-11-red [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+12), body.rainbow-repeat-11.rainbow-color-10-red .nav-folder-children > .nav-folder:nth-child(11n+11),
+body.rainbow-repeat-11.rainbow-color-10-red [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+11), body.rainbow-repeat-11.rainbow-color-9-red .nav-folder-children > .nav-folder:nth-child(11n+10),
+body.rainbow-repeat-11.rainbow-color-9-red [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+10), body.rainbow-repeat-11.rainbow-color-8-red .nav-folder-children > .nav-folder:nth-child(11n+9),
+body.rainbow-repeat-11.rainbow-color-8-red [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+9), body.rainbow-repeat-11.rainbow-color-7-red .nav-folder-children > .nav-folder:nth-child(11n+8),
+body.rainbow-repeat-11.rainbow-color-7-red [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+8), body.rainbow-repeat-11.rainbow-color-6-red .nav-folder-children > .nav-folder:nth-child(11n+7),
+body.rainbow-repeat-11.rainbow-color-6-red [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+7), body.rainbow-repeat-11.rainbow-color-5-red .nav-folder-children > .nav-folder:nth-child(11n+6),
+body.rainbow-repeat-11.rainbow-color-5-red [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+6), body.rainbow-repeat-11.rainbow-color-4-red .nav-folder-children > .nav-folder:nth-child(11n+5),
+body.rainbow-repeat-11.rainbow-color-4-red [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+5), body.rainbow-repeat-11.rainbow-color-3-red .nav-folder-children > .nav-folder:nth-child(11n+4),
+body.rainbow-repeat-11.rainbow-color-3-red [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+4), body.rainbow-repeat-11.rainbow-color-2-red .nav-folder-children > .nav-folder:nth-child(11n+3),
+body.rainbow-repeat-11.rainbow-color-2-red [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+3), body.rainbow-repeat-11.rainbow-color-1-red .nav-folder-children > .nav-folder:nth-child(11n+2),
+body.rainbow-repeat-11.rainbow-color-1-red [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+2), body.rainbow-repeat-10.rainbow-color-10-red .nav-folder-children > .nav-folder:nth-child(10n+11),
+body.rainbow-repeat-10.rainbow-color-10-red [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+11), body.rainbow-repeat-10.rainbow-color-9-red .nav-folder-children > .nav-folder:nth-child(10n+10),
+body.rainbow-repeat-10.rainbow-color-9-red [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+10), body.rainbow-repeat-10.rainbow-color-8-red .nav-folder-children > .nav-folder:nth-child(10n+9),
+body.rainbow-repeat-10.rainbow-color-8-red [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+9), body.rainbow-repeat-10.rainbow-color-7-red .nav-folder-children > .nav-folder:nth-child(10n+8),
+body.rainbow-repeat-10.rainbow-color-7-red [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+8), body.rainbow-repeat-10.rainbow-color-6-red .nav-folder-children > .nav-folder:nth-child(10n+7),
+body.rainbow-repeat-10.rainbow-color-6-red [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+7), body.rainbow-repeat-10.rainbow-color-5-red .nav-folder-children > .nav-folder:nth-child(10n+6),
+body.rainbow-repeat-10.rainbow-color-5-red [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+6), body.rainbow-repeat-10.rainbow-color-4-red .nav-folder-children > .nav-folder:nth-child(10n+5),
+body.rainbow-repeat-10.rainbow-color-4-red [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+5), body.rainbow-repeat-10.rainbow-color-3-red .nav-folder-children > .nav-folder:nth-child(10n+4),
+body.rainbow-repeat-10.rainbow-color-3-red [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+4), body.rainbow-repeat-10.rainbow-color-2-red .nav-folder-children > .nav-folder:nth-child(10n+3),
+body.rainbow-repeat-10.rainbow-color-2-red [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+3), body.rainbow-repeat-10.rainbow-color-1-red .nav-folder-children > .nav-folder:nth-child(10n+2),
+body.rainbow-repeat-10.rainbow-color-1-red [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+2), body.rainbow-repeat-9.rainbow-color-9-red .nav-folder-children > .nav-folder:nth-child(9n+10),
+body.rainbow-repeat-9.rainbow-color-9-red [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+10), body.rainbow-repeat-9.rainbow-color-8-red .nav-folder-children > .nav-folder:nth-child(9n+9),
+body.rainbow-repeat-9.rainbow-color-8-red [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+9), body.rainbow-repeat-9.rainbow-color-7-red .nav-folder-children > .nav-folder:nth-child(9n+8),
+body.rainbow-repeat-9.rainbow-color-7-red [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+8), body.rainbow-repeat-9.rainbow-color-6-red .nav-folder-children > .nav-folder:nth-child(9n+7),
+body.rainbow-repeat-9.rainbow-color-6-red [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+7), body.rainbow-repeat-9.rainbow-color-5-red .nav-folder-children > .nav-folder:nth-child(9n+6),
+body.rainbow-repeat-9.rainbow-color-5-red [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+6), body.rainbow-repeat-9.rainbow-color-4-red .nav-folder-children > .nav-folder:nth-child(9n+5),
+body.rainbow-repeat-9.rainbow-color-4-red [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+5), body.rainbow-repeat-9.rainbow-color-3-red .nav-folder-children > .nav-folder:nth-child(9n+4),
+body.rainbow-repeat-9.rainbow-color-3-red [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+4), body.rainbow-repeat-9.rainbow-color-2-red .nav-folder-children > .nav-folder:nth-child(9n+3),
+body.rainbow-repeat-9.rainbow-color-2-red [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+3), body.rainbow-repeat-9.rainbow-color-1-red .nav-folder-children > .nav-folder:nth-child(9n+2),
+body.rainbow-repeat-9.rainbow-color-1-red [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+2), body.rainbow-repeat-8.rainbow-color-8-red .nav-folder-children > .nav-folder:nth-child(8n+9),
+body.rainbow-repeat-8.rainbow-color-8-red [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+9), body.rainbow-repeat-8.rainbow-color-7-red .nav-folder-children > .nav-folder:nth-child(8n+8),
+body.rainbow-repeat-8.rainbow-color-7-red [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+8), body.rainbow-repeat-8.rainbow-color-6-red .nav-folder-children > .nav-folder:nth-child(8n+7),
+body.rainbow-repeat-8.rainbow-color-6-red [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+7), body.rainbow-repeat-8.rainbow-color-5-red .nav-folder-children > .nav-folder:nth-child(8n+6),
+body.rainbow-repeat-8.rainbow-color-5-red [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+6), body.rainbow-repeat-8.rainbow-color-4-red .nav-folder-children > .nav-folder:nth-child(8n+5),
+body.rainbow-repeat-8.rainbow-color-4-red [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+5), body.rainbow-repeat-8.rainbow-color-3-red .nav-folder-children > .nav-folder:nth-child(8n+4),
+body.rainbow-repeat-8.rainbow-color-3-red [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+4), body.rainbow-repeat-8.rainbow-color-2-red .nav-folder-children > .nav-folder:nth-child(8n+3),
+body.rainbow-repeat-8.rainbow-color-2-red [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+3), body.rainbow-repeat-8.rainbow-color-1-red .nav-folder-children > .nav-folder:nth-child(8n+2),
+body.rainbow-repeat-8.rainbow-color-1-red [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+2), body.rainbow-repeat-7.rainbow-color-7-red .nav-folder-children > .nav-folder:nth-child(7n+8),
+body.rainbow-repeat-7.rainbow-color-7-red [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+8), body.rainbow-repeat-7.rainbow-color-6-red .nav-folder-children > .nav-folder:nth-child(7n+7),
+body.rainbow-repeat-7.rainbow-color-6-red [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+7), body.rainbow-repeat-7.rainbow-color-5-red .nav-folder-children > .nav-folder:nth-child(7n+6),
+body.rainbow-repeat-7.rainbow-color-5-red [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+6), body.rainbow-repeat-7.rainbow-color-4-red .nav-folder-children > .nav-folder:nth-child(7n+5),
+body.rainbow-repeat-7.rainbow-color-4-red [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+5), body.rainbow-repeat-7.rainbow-color-3-red .nav-folder-children > .nav-folder:nth-child(7n+4),
+body.rainbow-repeat-7.rainbow-color-3-red [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+4), body.rainbow-repeat-7.rainbow-color-2-red .nav-folder-children > .nav-folder:nth-child(7n+3),
+body.rainbow-repeat-7.rainbow-color-2-red [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+3), body.rainbow-repeat-7.rainbow-color-1-red .nav-folder-children > .nav-folder:nth-child(7n+2),
+body.rainbow-repeat-7.rainbow-color-1-red [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+2), body.rainbow-repeat-6.rainbow-color-6-red .nav-folder-children > .nav-folder:nth-child(6n+7),
+body.rainbow-repeat-6.rainbow-color-6-red [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+7), body.rainbow-repeat-6.rainbow-color-5-red .nav-folder-children > .nav-folder:nth-child(6n+6),
+body.rainbow-repeat-6.rainbow-color-5-red [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+6), body.rainbow-repeat-6.rainbow-color-4-red .nav-folder-children > .nav-folder:nth-child(6n+5),
+body.rainbow-repeat-6.rainbow-color-4-red [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+5), body.rainbow-repeat-6.rainbow-color-3-red .nav-folder-children > .nav-folder:nth-child(6n+4),
+body.rainbow-repeat-6.rainbow-color-3-red [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+4), body.rainbow-repeat-6.rainbow-color-2-red .nav-folder-children > .nav-folder:nth-child(6n+3),
+body.rainbow-repeat-6.rainbow-color-2-red [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+3), body.rainbow-repeat-6.rainbow-color-1-red .nav-folder-children > .nav-folder:nth-child(6n+2),
+body.rainbow-repeat-6.rainbow-color-1-red [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+2), body.rainbow-repeat-5.rainbow-color-5-red .nav-folder-children > .nav-folder:nth-child(5n+6),
+body.rainbow-repeat-5.rainbow-color-5-red [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+6), body.rainbow-repeat-5.rainbow-color-4-red .nav-folder-children > .nav-folder:nth-child(5n+5),
+body.rainbow-repeat-5.rainbow-color-4-red [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+5), body.rainbow-repeat-5.rainbow-color-3-red .nav-folder-children > .nav-folder:nth-child(5n+4),
+body.rainbow-repeat-5.rainbow-color-3-red [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+4), body.rainbow-repeat-5.rainbow-color-2-red .nav-folder-children > .nav-folder:nth-child(5n+3),
+body.rainbow-repeat-5.rainbow-color-2-red [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+3), body.rainbow-repeat-5.rainbow-color-1-red .nav-folder-children > .nav-folder:nth-child(5n+2),
+body.rainbow-repeat-5.rainbow-color-1-red [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+2), body.rainbow-repeat-4.rainbow-color-4-red .nav-folder-children > .nav-folder:nth-child(4n+5),
+body.rainbow-repeat-4.rainbow-color-4-red [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+5), body.rainbow-repeat-4.rainbow-color-3-red .nav-folder-children > .nav-folder:nth-child(4n+4),
+body.rainbow-repeat-4.rainbow-color-3-red [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+4), body.rainbow-repeat-4.rainbow-color-2-red .nav-folder-children > .nav-folder:nth-child(4n+3),
+body.rainbow-repeat-4.rainbow-color-2-red [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+3), body.rainbow-repeat-4.rainbow-color-1-red .nav-folder-children > .nav-folder:nth-child(4n+2),
+body.rainbow-repeat-4.rainbow-color-1-red [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+2), body.rainbow-repeat-3.rainbow-color-3-red .nav-folder-children > .nav-folder:nth-child(3n+4),
+body.rainbow-repeat-3.rainbow-color-3-red [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+4), body.rainbow-repeat-3.rainbow-color-2-red .nav-folder-children > .nav-folder:nth-child(3n+3),
+body.rainbow-repeat-3.rainbow-color-2-red [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+3), body.rainbow-repeat-3.rainbow-color-1-red .nav-folder-children > .nav-folder:nth-child(3n+2),
+body.rainbow-repeat-3.rainbow-color-1-red [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+2), body.rainbow-repeat-2.rainbow-color-2-red .nav-folder-children > .nav-folder:nth-child(2n+3),
+body.rainbow-repeat-2.rainbow-color-2-red [data-type=bookmarks] .tree-item.tree-item:nth-child(2n+3), body.rainbow-repeat-2.rainbow-color-1-red .nav-folder-children > .nav-folder:nth-child(2n+2),
+body.rainbow-repeat-2.rainbow-color-1-red [data-type=bookmarks] .tree-item.tree-item:nth-child(2n+2), body.rainbow-repeat-1.rainbow-color-1-red .nav-folder-children > .nav-folder:nth-child(1n+2),
+body.rainbow-repeat-1.rainbow-color-1-red [data-type=bookmarks] .tree-item.tree-item:nth-child(1n+2) {
+ --rainbow-folder-color: var(--ctp-red);
+}
+
+body.rainbow-repeat-11.rainbow-color-11-maroon .nav-folder-children > .nav-folder:nth-child(11n+12),
+body.rainbow-repeat-11.rainbow-color-11-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+12), body.rainbow-repeat-11.rainbow-color-10-maroon .nav-folder-children > .nav-folder:nth-child(11n+11),
+body.rainbow-repeat-11.rainbow-color-10-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+11), body.rainbow-repeat-11.rainbow-color-9-maroon .nav-folder-children > .nav-folder:nth-child(11n+10),
+body.rainbow-repeat-11.rainbow-color-9-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+10), body.rainbow-repeat-11.rainbow-color-8-maroon .nav-folder-children > .nav-folder:nth-child(11n+9),
+body.rainbow-repeat-11.rainbow-color-8-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+9), body.rainbow-repeat-11.rainbow-color-7-maroon .nav-folder-children > .nav-folder:nth-child(11n+8),
+body.rainbow-repeat-11.rainbow-color-7-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+8), body.rainbow-repeat-11.rainbow-color-6-maroon .nav-folder-children > .nav-folder:nth-child(11n+7),
+body.rainbow-repeat-11.rainbow-color-6-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+7), body.rainbow-repeat-11.rainbow-color-5-maroon .nav-folder-children > .nav-folder:nth-child(11n+6),
+body.rainbow-repeat-11.rainbow-color-5-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+6), body.rainbow-repeat-11.rainbow-color-4-maroon .nav-folder-children > .nav-folder:nth-child(11n+5),
+body.rainbow-repeat-11.rainbow-color-4-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+5), body.rainbow-repeat-11.rainbow-color-3-maroon .nav-folder-children > .nav-folder:nth-child(11n+4),
+body.rainbow-repeat-11.rainbow-color-3-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+4), body.rainbow-repeat-11.rainbow-color-2-maroon .nav-folder-children > .nav-folder:nth-child(11n+3),
+body.rainbow-repeat-11.rainbow-color-2-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+3), body.rainbow-repeat-11.rainbow-color-1-maroon .nav-folder-children > .nav-folder:nth-child(11n+2),
+body.rainbow-repeat-11.rainbow-color-1-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+2), body.rainbow-repeat-10.rainbow-color-10-maroon .nav-folder-children > .nav-folder:nth-child(10n+11),
+body.rainbow-repeat-10.rainbow-color-10-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+11), body.rainbow-repeat-10.rainbow-color-9-maroon .nav-folder-children > .nav-folder:nth-child(10n+10),
+body.rainbow-repeat-10.rainbow-color-9-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+10), body.rainbow-repeat-10.rainbow-color-8-maroon .nav-folder-children > .nav-folder:nth-child(10n+9),
+body.rainbow-repeat-10.rainbow-color-8-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+9), body.rainbow-repeat-10.rainbow-color-7-maroon .nav-folder-children > .nav-folder:nth-child(10n+8),
+body.rainbow-repeat-10.rainbow-color-7-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+8), body.rainbow-repeat-10.rainbow-color-6-maroon .nav-folder-children > .nav-folder:nth-child(10n+7),
+body.rainbow-repeat-10.rainbow-color-6-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+7), body.rainbow-repeat-10.rainbow-color-5-maroon .nav-folder-children > .nav-folder:nth-child(10n+6),
+body.rainbow-repeat-10.rainbow-color-5-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+6), body.rainbow-repeat-10.rainbow-color-4-maroon .nav-folder-children > .nav-folder:nth-child(10n+5),
+body.rainbow-repeat-10.rainbow-color-4-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+5), body.rainbow-repeat-10.rainbow-color-3-maroon .nav-folder-children > .nav-folder:nth-child(10n+4),
+body.rainbow-repeat-10.rainbow-color-3-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+4), body.rainbow-repeat-10.rainbow-color-2-maroon .nav-folder-children > .nav-folder:nth-child(10n+3),
+body.rainbow-repeat-10.rainbow-color-2-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+3), body.rainbow-repeat-10.rainbow-color-1-maroon .nav-folder-children > .nav-folder:nth-child(10n+2),
+body.rainbow-repeat-10.rainbow-color-1-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+2), body.rainbow-repeat-9.rainbow-color-9-maroon .nav-folder-children > .nav-folder:nth-child(9n+10),
+body.rainbow-repeat-9.rainbow-color-9-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+10), body.rainbow-repeat-9.rainbow-color-8-maroon .nav-folder-children > .nav-folder:nth-child(9n+9),
+body.rainbow-repeat-9.rainbow-color-8-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+9), body.rainbow-repeat-9.rainbow-color-7-maroon .nav-folder-children > .nav-folder:nth-child(9n+8),
+body.rainbow-repeat-9.rainbow-color-7-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+8), body.rainbow-repeat-9.rainbow-color-6-maroon .nav-folder-children > .nav-folder:nth-child(9n+7),
+body.rainbow-repeat-9.rainbow-color-6-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+7), body.rainbow-repeat-9.rainbow-color-5-maroon .nav-folder-children > .nav-folder:nth-child(9n+6),
+body.rainbow-repeat-9.rainbow-color-5-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+6), body.rainbow-repeat-9.rainbow-color-4-maroon .nav-folder-children > .nav-folder:nth-child(9n+5),
+body.rainbow-repeat-9.rainbow-color-4-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+5), body.rainbow-repeat-9.rainbow-color-3-maroon .nav-folder-children > .nav-folder:nth-child(9n+4),
+body.rainbow-repeat-9.rainbow-color-3-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+4), body.rainbow-repeat-9.rainbow-color-2-maroon .nav-folder-children > .nav-folder:nth-child(9n+3),
+body.rainbow-repeat-9.rainbow-color-2-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+3), body.rainbow-repeat-9.rainbow-color-1-maroon .nav-folder-children > .nav-folder:nth-child(9n+2),
+body.rainbow-repeat-9.rainbow-color-1-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+2), body.rainbow-repeat-8.rainbow-color-8-maroon .nav-folder-children > .nav-folder:nth-child(8n+9),
+body.rainbow-repeat-8.rainbow-color-8-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+9), body.rainbow-repeat-8.rainbow-color-7-maroon .nav-folder-children > .nav-folder:nth-child(8n+8),
+body.rainbow-repeat-8.rainbow-color-7-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+8), body.rainbow-repeat-8.rainbow-color-6-maroon .nav-folder-children > .nav-folder:nth-child(8n+7),
+body.rainbow-repeat-8.rainbow-color-6-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+7), body.rainbow-repeat-8.rainbow-color-5-maroon .nav-folder-children > .nav-folder:nth-child(8n+6),
+body.rainbow-repeat-8.rainbow-color-5-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+6), body.rainbow-repeat-8.rainbow-color-4-maroon .nav-folder-children > .nav-folder:nth-child(8n+5),
+body.rainbow-repeat-8.rainbow-color-4-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+5), body.rainbow-repeat-8.rainbow-color-3-maroon .nav-folder-children > .nav-folder:nth-child(8n+4),
+body.rainbow-repeat-8.rainbow-color-3-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+4), body.rainbow-repeat-8.rainbow-color-2-maroon .nav-folder-children > .nav-folder:nth-child(8n+3),
+body.rainbow-repeat-8.rainbow-color-2-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+3), body.rainbow-repeat-8.rainbow-color-1-maroon .nav-folder-children > .nav-folder:nth-child(8n+2),
+body.rainbow-repeat-8.rainbow-color-1-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+2), body.rainbow-repeat-7.rainbow-color-7-maroon .nav-folder-children > .nav-folder:nth-child(7n+8),
+body.rainbow-repeat-7.rainbow-color-7-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+8), body.rainbow-repeat-7.rainbow-color-6-maroon .nav-folder-children > .nav-folder:nth-child(7n+7),
+body.rainbow-repeat-7.rainbow-color-6-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+7), body.rainbow-repeat-7.rainbow-color-5-maroon .nav-folder-children > .nav-folder:nth-child(7n+6),
+body.rainbow-repeat-7.rainbow-color-5-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+6), body.rainbow-repeat-7.rainbow-color-4-maroon .nav-folder-children > .nav-folder:nth-child(7n+5),
+body.rainbow-repeat-7.rainbow-color-4-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+5), body.rainbow-repeat-7.rainbow-color-3-maroon .nav-folder-children > .nav-folder:nth-child(7n+4),
+body.rainbow-repeat-7.rainbow-color-3-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+4), body.rainbow-repeat-7.rainbow-color-2-maroon .nav-folder-children > .nav-folder:nth-child(7n+3),
+body.rainbow-repeat-7.rainbow-color-2-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+3), body.rainbow-repeat-7.rainbow-color-1-maroon .nav-folder-children > .nav-folder:nth-child(7n+2),
+body.rainbow-repeat-7.rainbow-color-1-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+2), body.rainbow-repeat-6.rainbow-color-6-maroon .nav-folder-children > .nav-folder:nth-child(6n+7),
+body.rainbow-repeat-6.rainbow-color-6-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+7), body.rainbow-repeat-6.rainbow-color-5-maroon .nav-folder-children > .nav-folder:nth-child(6n+6),
+body.rainbow-repeat-6.rainbow-color-5-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+6), body.rainbow-repeat-6.rainbow-color-4-maroon .nav-folder-children > .nav-folder:nth-child(6n+5),
+body.rainbow-repeat-6.rainbow-color-4-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+5), body.rainbow-repeat-6.rainbow-color-3-maroon .nav-folder-children > .nav-folder:nth-child(6n+4),
+body.rainbow-repeat-6.rainbow-color-3-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+4), body.rainbow-repeat-6.rainbow-color-2-maroon .nav-folder-children > .nav-folder:nth-child(6n+3),
+body.rainbow-repeat-6.rainbow-color-2-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+3), body.rainbow-repeat-6.rainbow-color-1-maroon .nav-folder-children > .nav-folder:nth-child(6n+2),
+body.rainbow-repeat-6.rainbow-color-1-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+2), body.rainbow-repeat-5.rainbow-color-5-maroon .nav-folder-children > .nav-folder:nth-child(5n+6),
+body.rainbow-repeat-5.rainbow-color-5-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+6), body.rainbow-repeat-5.rainbow-color-4-maroon .nav-folder-children > .nav-folder:nth-child(5n+5),
+body.rainbow-repeat-5.rainbow-color-4-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+5), body.rainbow-repeat-5.rainbow-color-3-maroon .nav-folder-children > .nav-folder:nth-child(5n+4),
+body.rainbow-repeat-5.rainbow-color-3-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+4), body.rainbow-repeat-5.rainbow-color-2-maroon .nav-folder-children > .nav-folder:nth-child(5n+3),
+body.rainbow-repeat-5.rainbow-color-2-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+3), body.rainbow-repeat-5.rainbow-color-1-maroon .nav-folder-children > .nav-folder:nth-child(5n+2),
+body.rainbow-repeat-5.rainbow-color-1-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+2), body.rainbow-repeat-4.rainbow-color-4-maroon .nav-folder-children > .nav-folder:nth-child(4n+5),
+body.rainbow-repeat-4.rainbow-color-4-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+5), body.rainbow-repeat-4.rainbow-color-3-maroon .nav-folder-children > .nav-folder:nth-child(4n+4),
+body.rainbow-repeat-4.rainbow-color-3-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+4), body.rainbow-repeat-4.rainbow-color-2-maroon .nav-folder-children > .nav-folder:nth-child(4n+3),
+body.rainbow-repeat-4.rainbow-color-2-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+3), body.rainbow-repeat-4.rainbow-color-1-maroon .nav-folder-children > .nav-folder:nth-child(4n+2),
+body.rainbow-repeat-4.rainbow-color-1-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+2), body.rainbow-repeat-3.rainbow-color-3-maroon .nav-folder-children > .nav-folder:nth-child(3n+4),
+body.rainbow-repeat-3.rainbow-color-3-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+4), body.rainbow-repeat-3.rainbow-color-2-maroon .nav-folder-children > .nav-folder:nth-child(3n+3),
+body.rainbow-repeat-3.rainbow-color-2-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+3), body.rainbow-repeat-3.rainbow-color-1-maroon .nav-folder-children > .nav-folder:nth-child(3n+2),
+body.rainbow-repeat-3.rainbow-color-1-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+2), body.rainbow-repeat-2.rainbow-color-2-maroon .nav-folder-children > .nav-folder:nth-child(2n+3),
+body.rainbow-repeat-2.rainbow-color-2-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(2n+3), body.rainbow-repeat-2.rainbow-color-1-maroon .nav-folder-children > .nav-folder:nth-child(2n+2),
+body.rainbow-repeat-2.rainbow-color-1-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(2n+2), body.rainbow-repeat-1.rainbow-color-1-maroon .nav-folder-children > .nav-folder:nth-child(1n+2),
+body.rainbow-repeat-1.rainbow-color-1-maroon [data-type=bookmarks] .tree-item.tree-item:nth-child(1n+2) {
+ --rainbow-folder-color: var(--ctp-maroon);
+}
+
+body.rainbow-repeat-11.rainbow-color-11-peach .nav-folder-children > .nav-folder:nth-child(11n+12),
+body.rainbow-repeat-11.rainbow-color-11-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+12), body.rainbow-repeat-11.rainbow-color-10-peach .nav-folder-children > .nav-folder:nth-child(11n+11),
+body.rainbow-repeat-11.rainbow-color-10-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+11), body.rainbow-repeat-11.rainbow-color-9-peach .nav-folder-children > .nav-folder:nth-child(11n+10),
+body.rainbow-repeat-11.rainbow-color-9-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+10), body.rainbow-repeat-11.rainbow-color-8-peach .nav-folder-children > .nav-folder:nth-child(11n+9),
+body.rainbow-repeat-11.rainbow-color-8-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+9), body.rainbow-repeat-11.rainbow-color-7-peach .nav-folder-children > .nav-folder:nth-child(11n+8),
+body.rainbow-repeat-11.rainbow-color-7-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+8), body.rainbow-repeat-11.rainbow-color-6-peach .nav-folder-children > .nav-folder:nth-child(11n+7),
+body.rainbow-repeat-11.rainbow-color-6-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+7), body.rainbow-repeat-11.rainbow-color-5-peach .nav-folder-children > .nav-folder:nth-child(11n+6),
+body.rainbow-repeat-11.rainbow-color-5-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+6), body.rainbow-repeat-11.rainbow-color-4-peach .nav-folder-children > .nav-folder:nth-child(11n+5),
+body.rainbow-repeat-11.rainbow-color-4-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+5), body.rainbow-repeat-11.rainbow-color-3-peach .nav-folder-children > .nav-folder:nth-child(11n+4),
+body.rainbow-repeat-11.rainbow-color-3-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+4), body.rainbow-repeat-11.rainbow-color-2-peach .nav-folder-children > .nav-folder:nth-child(11n+3),
+body.rainbow-repeat-11.rainbow-color-2-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+3), body.rainbow-repeat-11.rainbow-color-1-peach .nav-folder-children > .nav-folder:nth-child(11n+2),
+body.rainbow-repeat-11.rainbow-color-1-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+2), body.rainbow-repeat-10.rainbow-color-10-peach .nav-folder-children > .nav-folder:nth-child(10n+11),
+body.rainbow-repeat-10.rainbow-color-10-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+11), body.rainbow-repeat-10.rainbow-color-9-peach .nav-folder-children > .nav-folder:nth-child(10n+10),
+body.rainbow-repeat-10.rainbow-color-9-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+10), body.rainbow-repeat-10.rainbow-color-8-peach .nav-folder-children > .nav-folder:nth-child(10n+9),
+body.rainbow-repeat-10.rainbow-color-8-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+9), body.rainbow-repeat-10.rainbow-color-7-peach .nav-folder-children > .nav-folder:nth-child(10n+8),
+body.rainbow-repeat-10.rainbow-color-7-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+8), body.rainbow-repeat-10.rainbow-color-6-peach .nav-folder-children > .nav-folder:nth-child(10n+7),
+body.rainbow-repeat-10.rainbow-color-6-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+7), body.rainbow-repeat-10.rainbow-color-5-peach .nav-folder-children > .nav-folder:nth-child(10n+6),
+body.rainbow-repeat-10.rainbow-color-5-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+6), body.rainbow-repeat-10.rainbow-color-4-peach .nav-folder-children > .nav-folder:nth-child(10n+5),
+body.rainbow-repeat-10.rainbow-color-4-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+5), body.rainbow-repeat-10.rainbow-color-3-peach .nav-folder-children > .nav-folder:nth-child(10n+4),
+body.rainbow-repeat-10.rainbow-color-3-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+4), body.rainbow-repeat-10.rainbow-color-2-peach .nav-folder-children > .nav-folder:nth-child(10n+3),
+body.rainbow-repeat-10.rainbow-color-2-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+3), body.rainbow-repeat-10.rainbow-color-1-peach .nav-folder-children > .nav-folder:nth-child(10n+2),
+body.rainbow-repeat-10.rainbow-color-1-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+2), body.rainbow-repeat-9.rainbow-color-9-peach .nav-folder-children > .nav-folder:nth-child(9n+10),
+body.rainbow-repeat-9.rainbow-color-9-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+10), body.rainbow-repeat-9.rainbow-color-8-peach .nav-folder-children > .nav-folder:nth-child(9n+9),
+body.rainbow-repeat-9.rainbow-color-8-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+9), body.rainbow-repeat-9.rainbow-color-7-peach .nav-folder-children > .nav-folder:nth-child(9n+8),
+body.rainbow-repeat-9.rainbow-color-7-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+8), body.rainbow-repeat-9.rainbow-color-6-peach .nav-folder-children > .nav-folder:nth-child(9n+7),
+body.rainbow-repeat-9.rainbow-color-6-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+7), body.rainbow-repeat-9.rainbow-color-5-peach .nav-folder-children > .nav-folder:nth-child(9n+6),
+body.rainbow-repeat-9.rainbow-color-5-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+6), body.rainbow-repeat-9.rainbow-color-4-peach .nav-folder-children > .nav-folder:nth-child(9n+5),
+body.rainbow-repeat-9.rainbow-color-4-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+5), body.rainbow-repeat-9.rainbow-color-3-peach .nav-folder-children > .nav-folder:nth-child(9n+4),
+body.rainbow-repeat-9.rainbow-color-3-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+4), body.rainbow-repeat-9.rainbow-color-2-peach .nav-folder-children > .nav-folder:nth-child(9n+3),
+body.rainbow-repeat-9.rainbow-color-2-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+3), body.rainbow-repeat-9.rainbow-color-1-peach .nav-folder-children > .nav-folder:nth-child(9n+2),
+body.rainbow-repeat-9.rainbow-color-1-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+2), body.rainbow-repeat-8.rainbow-color-8-peach .nav-folder-children > .nav-folder:nth-child(8n+9),
+body.rainbow-repeat-8.rainbow-color-8-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+9), body.rainbow-repeat-8.rainbow-color-7-peach .nav-folder-children > .nav-folder:nth-child(8n+8),
+body.rainbow-repeat-8.rainbow-color-7-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+8), body.rainbow-repeat-8.rainbow-color-6-peach .nav-folder-children > .nav-folder:nth-child(8n+7),
+body.rainbow-repeat-8.rainbow-color-6-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+7), body.rainbow-repeat-8.rainbow-color-5-peach .nav-folder-children > .nav-folder:nth-child(8n+6),
+body.rainbow-repeat-8.rainbow-color-5-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+6), body.rainbow-repeat-8.rainbow-color-4-peach .nav-folder-children > .nav-folder:nth-child(8n+5),
+body.rainbow-repeat-8.rainbow-color-4-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+5), body.rainbow-repeat-8.rainbow-color-3-peach .nav-folder-children > .nav-folder:nth-child(8n+4),
+body.rainbow-repeat-8.rainbow-color-3-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+4), body.rainbow-repeat-8.rainbow-color-2-peach .nav-folder-children > .nav-folder:nth-child(8n+3),
+body.rainbow-repeat-8.rainbow-color-2-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+3), body.rainbow-repeat-8.rainbow-color-1-peach .nav-folder-children > .nav-folder:nth-child(8n+2),
+body.rainbow-repeat-8.rainbow-color-1-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+2), body.rainbow-repeat-7.rainbow-color-7-peach .nav-folder-children > .nav-folder:nth-child(7n+8),
+body.rainbow-repeat-7.rainbow-color-7-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+8), body.rainbow-repeat-7.rainbow-color-6-peach .nav-folder-children > .nav-folder:nth-child(7n+7),
+body.rainbow-repeat-7.rainbow-color-6-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+7), body.rainbow-repeat-7.rainbow-color-5-peach .nav-folder-children > .nav-folder:nth-child(7n+6),
+body.rainbow-repeat-7.rainbow-color-5-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+6), body.rainbow-repeat-7.rainbow-color-4-peach .nav-folder-children > .nav-folder:nth-child(7n+5),
+body.rainbow-repeat-7.rainbow-color-4-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+5), body.rainbow-repeat-7.rainbow-color-3-peach .nav-folder-children > .nav-folder:nth-child(7n+4),
+body.rainbow-repeat-7.rainbow-color-3-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+4), body.rainbow-repeat-7.rainbow-color-2-peach .nav-folder-children > .nav-folder:nth-child(7n+3),
+body.rainbow-repeat-7.rainbow-color-2-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+3), body.rainbow-repeat-7.rainbow-color-1-peach .nav-folder-children > .nav-folder:nth-child(7n+2),
+body.rainbow-repeat-7.rainbow-color-1-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+2), body.rainbow-repeat-6.rainbow-color-6-peach .nav-folder-children > .nav-folder:nth-child(6n+7),
+body.rainbow-repeat-6.rainbow-color-6-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+7), body.rainbow-repeat-6.rainbow-color-5-peach .nav-folder-children > .nav-folder:nth-child(6n+6),
+body.rainbow-repeat-6.rainbow-color-5-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+6), body.rainbow-repeat-6.rainbow-color-4-peach .nav-folder-children > .nav-folder:nth-child(6n+5),
+body.rainbow-repeat-6.rainbow-color-4-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+5), body.rainbow-repeat-6.rainbow-color-3-peach .nav-folder-children > .nav-folder:nth-child(6n+4),
+body.rainbow-repeat-6.rainbow-color-3-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+4), body.rainbow-repeat-6.rainbow-color-2-peach .nav-folder-children > .nav-folder:nth-child(6n+3),
+body.rainbow-repeat-6.rainbow-color-2-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+3), body.rainbow-repeat-6.rainbow-color-1-peach .nav-folder-children > .nav-folder:nth-child(6n+2),
+body.rainbow-repeat-6.rainbow-color-1-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+2), body.rainbow-repeat-5.rainbow-color-5-peach .nav-folder-children > .nav-folder:nth-child(5n+6),
+body.rainbow-repeat-5.rainbow-color-5-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+6), body.rainbow-repeat-5.rainbow-color-4-peach .nav-folder-children > .nav-folder:nth-child(5n+5),
+body.rainbow-repeat-5.rainbow-color-4-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+5), body.rainbow-repeat-5.rainbow-color-3-peach .nav-folder-children > .nav-folder:nth-child(5n+4),
+body.rainbow-repeat-5.rainbow-color-3-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+4), body.rainbow-repeat-5.rainbow-color-2-peach .nav-folder-children > .nav-folder:nth-child(5n+3),
+body.rainbow-repeat-5.rainbow-color-2-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+3), body.rainbow-repeat-5.rainbow-color-1-peach .nav-folder-children > .nav-folder:nth-child(5n+2),
+body.rainbow-repeat-5.rainbow-color-1-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+2), body.rainbow-repeat-4.rainbow-color-4-peach .nav-folder-children > .nav-folder:nth-child(4n+5),
+body.rainbow-repeat-4.rainbow-color-4-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+5), body.rainbow-repeat-4.rainbow-color-3-peach .nav-folder-children > .nav-folder:nth-child(4n+4),
+body.rainbow-repeat-4.rainbow-color-3-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+4), body.rainbow-repeat-4.rainbow-color-2-peach .nav-folder-children > .nav-folder:nth-child(4n+3),
+body.rainbow-repeat-4.rainbow-color-2-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+3), body.rainbow-repeat-4.rainbow-color-1-peach .nav-folder-children > .nav-folder:nth-child(4n+2),
+body.rainbow-repeat-4.rainbow-color-1-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+2), body.rainbow-repeat-3.rainbow-color-3-peach .nav-folder-children > .nav-folder:nth-child(3n+4),
+body.rainbow-repeat-3.rainbow-color-3-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+4), body.rainbow-repeat-3.rainbow-color-2-peach .nav-folder-children > .nav-folder:nth-child(3n+3),
+body.rainbow-repeat-3.rainbow-color-2-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+3), body.rainbow-repeat-3.rainbow-color-1-peach .nav-folder-children > .nav-folder:nth-child(3n+2),
+body.rainbow-repeat-3.rainbow-color-1-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+2), body.rainbow-repeat-2.rainbow-color-2-peach .nav-folder-children > .nav-folder:nth-child(2n+3),
+body.rainbow-repeat-2.rainbow-color-2-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(2n+3), body.rainbow-repeat-2.rainbow-color-1-peach .nav-folder-children > .nav-folder:nth-child(2n+2),
+body.rainbow-repeat-2.rainbow-color-1-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(2n+2), body.rainbow-repeat-1.rainbow-color-1-peach .nav-folder-children > .nav-folder:nth-child(1n+2),
+body.rainbow-repeat-1.rainbow-color-1-peach [data-type=bookmarks] .tree-item.tree-item:nth-child(1n+2) {
+ --rainbow-folder-color: var(--ctp-peach);
+}
+
+body.rainbow-repeat-11.rainbow-color-11-yellow .nav-folder-children > .nav-folder:nth-child(11n+12),
+body.rainbow-repeat-11.rainbow-color-11-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+12), body.rainbow-repeat-11.rainbow-color-10-yellow .nav-folder-children > .nav-folder:nth-child(11n+11),
+body.rainbow-repeat-11.rainbow-color-10-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+11), body.rainbow-repeat-11.rainbow-color-9-yellow .nav-folder-children > .nav-folder:nth-child(11n+10),
+body.rainbow-repeat-11.rainbow-color-9-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+10), body.rainbow-repeat-11.rainbow-color-8-yellow .nav-folder-children > .nav-folder:nth-child(11n+9),
+body.rainbow-repeat-11.rainbow-color-8-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+9), body.rainbow-repeat-11.rainbow-color-7-yellow .nav-folder-children > .nav-folder:nth-child(11n+8),
+body.rainbow-repeat-11.rainbow-color-7-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+8), body.rainbow-repeat-11.rainbow-color-6-yellow .nav-folder-children > .nav-folder:nth-child(11n+7),
+body.rainbow-repeat-11.rainbow-color-6-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+7), body.rainbow-repeat-11.rainbow-color-5-yellow .nav-folder-children > .nav-folder:nth-child(11n+6),
+body.rainbow-repeat-11.rainbow-color-5-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+6), body.rainbow-repeat-11.rainbow-color-4-yellow .nav-folder-children > .nav-folder:nth-child(11n+5),
+body.rainbow-repeat-11.rainbow-color-4-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+5), body.rainbow-repeat-11.rainbow-color-3-yellow .nav-folder-children > .nav-folder:nth-child(11n+4),
+body.rainbow-repeat-11.rainbow-color-3-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+4), body.rainbow-repeat-11.rainbow-color-2-yellow .nav-folder-children > .nav-folder:nth-child(11n+3),
+body.rainbow-repeat-11.rainbow-color-2-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+3), body.rainbow-repeat-11.rainbow-color-1-yellow .nav-folder-children > .nav-folder:nth-child(11n+2),
+body.rainbow-repeat-11.rainbow-color-1-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+2), body.rainbow-repeat-10.rainbow-color-10-yellow .nav-folder-children > .nav-folder:nth-child(10n+11),
+body.rainbow-repeat-10.rainbow-color-10-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+11), body.rainbow-repeat-10.rainbow-color-9-yellow .nav-folder-children > .nav-folder:nth-child(10n+10),
+body.rainbow-repeat-10.rainbow-color-9-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+10), body.rainbow-repeat-10.rainbow-color-8-yellow .nav-folder-children > .nav-folder:nth-child(10n+9),
+body.rainbow-repeat-10.rainbow-color-8-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+9), body.rainbow-repeat-10.rainbow-color-7-yellow .nav-folder-children > .nav-folder:nth-child(10n+8),
+body.rainbow-repeat-10.rainbow-color-7-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+8), body.rainbow-repeat-10.rainbow-color-6-yellow .nav-folder-children > .nav-folder:nth-child(10n+7),
+body.rainbow-repeat-10.rainbow-color-6-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+7), body.rainbow-repeat-10.rainbow-color-5-yellow .nav-folder-children > .nav-folder:nth-child(10n+6),
+body.rainbow-repeat-10.rainbow-color-5-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+6), body.rainbow-repeat-10.rainbow-color-4-yellow .nav-folder-children > .nav-folder:nth-child(10n+5),
+body.rainbow-repeat-10.rainbow-color-4-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+5), body.rainbow-repeat-10.rainbow-color-3-yellow .nav-folder-children > .nav-folder:nth-child(10n+4),
+body.rainbow-repeat-10.rainbow-color-3-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+4), body.rainbow-repeat-10.rainbow-color-2-yellow .nav-folder-children > .nav-folder:nth-child(10n+3),
+body.rainbow-repeat-10.rainbow-color-2-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+3), body.rainbow-repeat-10.rainbow-color-1-yellow .nav-folder-children > .nav-folder:nth-child(10n+2),
+body.rainbow-repeat-10.rainbow-color-1-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+2), body.rainbow-repeat-9.rainbow-color-9-yellow .nav-folder-children > .nav-folder:nth-child(9n+10),
+body.rainbow-repeat-9.rainbow-color-9-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+10), body.rainbow-repeat-9.rainbow-color-8-yellow .nav-folder-children > .nav-folder:nth-child(9n+9),
+body.rainbow-repeat-9.rainbow-color-8-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+9), body.rainbow-repeat-9.rainbow-color-7-yellow .nav-folder-children > .nav-folder:nth-child(9n+8),
+body.rainbow-repeat-9.rainbow-color-7-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+8), body.rainbow-repeat-9.rainbow-color-6-yellow .nav-folder-children > .nav-folder:nth-child(9n+7),
+body.rainbow-repeat-9.rainbow-color-6-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+7), body.rainbow-repeat-9.rainbow-color-5-yellow .nav-folder-children > .nav-folder:nth-child(9n+6),
+body.rainbow-repeat-9.rainbow-color-5-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+6), body.rainbow-repeat-9.rainbow-color-4-yellow .nav-folder-children > .nav-folder:nth-child(9n+5),
+body.rainbow-repeat-9.rainbow-color-4-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+5), body.rainbow-repeat-9.rainbow-color-3-yellow .nav-folder-children > .nav-folder:nth-child(9n+4),
+body.rainbow-repeat-9.rainbow-color-3-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+4), body.rainbow-repeat-9.rainbow-color-2-yellow .nav-folder-children > .nav-folder:nth-child(9n+3),
+body.rainbow-repeat-9.rainbow-color-2-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+3), body.rainbow-repeat-9.rainbow-color-1-yellow .nav-folder-children > .nav-folder:nth-child(9n+2),
+body.rainbow-repeat-9.rainbow-color-1-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+2), body.rainbow-repeat-8.rainbow-color-8-yellow .nav-folder-children > .nav-folder:nth-child(8n+9),
+body.rainbow-repeat-8.rainbow-color-8-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+9), body.rainbow-repeat-8.rainbow-color-7-yellow .nav-folder-children > .nav-folder:nth-child(8n+8),
+body.rainbow-repeat-8.rainbow-color-7-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+8), body.rainbow-repeat-8.rainbow-color-6-yellow .nav-folder-children > .nav-folder:nth-child(8n+7),
+body.rainbow-repeat-8.rainbow-color-6-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+7), body.rainbow-repeat-8.rainbow-color-5-yellow .nav-folder-children > .nav-folder:nth-child(8n+6),
+body.rainbow-repeat-8.rainbow-color-5-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+6), body.rainbow-repeat-8.rainbow-color-4-yellow .nav-folder-children > .nav-folder:nth-child(8n+5),
+body.rainbow-repeat-8.rainbow-color-4-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+5), body.rainbow-repeat-8.rainbow-color-3-yellow .nav-folder-children > .nav-folder:nth-child(8n+4),
+body.rainbow-repeat-8.rainbow-color-3-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+4), body.rainbow-repeat-8.rainbow-color-2-yellow .nav-folder-children > .nav-folder:nth-child(8n+3),
+body.rainbow-repeat-8.rainbow-color-2-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+3), body.rainbow-repeat-8.rainbow-color-1-yellow .nav-folder-children > .nav-folder:nth-child(8n+2),
+body.rainbow-repeat-8.rainbow-color-1-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+2), body.rainbow-repeat-7.rainbow-color-7-yellow .nav-folder-children > .nav-folder:nth-child(7n+8),
+body.rainbow-repeat-7.rainbow-color-7-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+8), body.rainbow-repeat-7.rainbow-color-6-yellow .nav-folder-children > .nav-folder:nth-child(7n+7),
+body.rainbow-repeat-7.rainbow-color-6-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+7), body.rainbow-repeat-7.rainbow-color-5-yellow .nav-folder-children > .nav-folder:nth-child(7n+6),
+body.rainbow-repeat-7.rainbow-color-5-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+6), body.rainbow-repeat-7.rainbow-color-4-yellow .nav-folder-children > .nav-folder:nth-child(7n+5),
+body.rainbow-repeat-7.rainbow-color-4-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+5), body.rainbow-repeat-7.rainbow-color-3-yellow .nav-folder-children > .nav-folder:nth-child(7n+4),
+body.rainbow-repeat-7.rainbow-color-3-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+4), body.rainbow-repeat-7.rainbow-color-2-yellow .nav-folder-children > .nav-folder:nth-child(7n+3),
+body.rainbow-repeat-7.rainbow-color-2-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+3), body.rainbow-repeat-7.rainbow-color-1-yellow .nav-folder-children > .nav-folder:nth-child(7n+2),
+body.rainbow-repeat-7.rainbow-color-1-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+2), body.rainbow-repeat-6.rainbow-color-6-yellow .nav-folder-children > .nav-folder:nth-child(6n+7),
+body.rainbow-repeat-6.rainbow-color-6-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+7), body.rainbow-repeat-6.rainbow-color-5-yellow .nav-folder-children > .nav-folder:nth-child(6n+6),
+body.rainbow-repeat-6.rainbow-color-5-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+6), body.rainbow-repeat-6.rainbow-color-4-yellow .nav-folder-children > .nav-folder:nth-child(6n+5),
+body.rainbow-repeat-6.rainbow-color-4-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+5), body.rainbow-repeat-6.rainbow-color-3-yellow .nav-folder-children > .nav-folder:nth-child(6n+4),
+body.rainbow-repeat-6.rainbow-color-3-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+4), body.rainbow-repeat-6.rainbow-color-2-yellow .nav-folder-children > .nav-folder:nth-child(6n+3),
+body.rainbow-repeat-6.rainbow-color-2-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+3), body.rainbow-repeat-6.rainbow-color-1-yellow .nav-folder-children > .nav-folder:nth-child(6n+2),
+body.rainbow-repeat-6.rainbow-color-1-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+2), body.rainbow-repeat-5.rainbow-color-5-yellow .nav-folder-children > .nav-folder:nth-child(5n+6),
+body.rainbow-repeat-5.rainbow-color-5-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+6), body.rainbow-repeat-5.rainbow-color-4-yellow .nav-folder-children > .nav-folder:nth-child(5n+5),
+body.rainbow-repeat-5.rainbow-color-4-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+5), body.rainbow-repeat-5.rainbow-color-3-yellow .nav-folder-children > .nav-folder:nth-child(5n+4),
+body.rainbow-repeat-5.rainbow-color-3-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+4), body.rainbow-repeat-5.rainbow-color-2-yellow .nav-folder-children > .nav-folder:nth-child(5n+3),
+body.rainbow-repeat-5.rainbow-color-2-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+3), body.rainbow-repeat-5.rainbow-color-1-yellow .nav-folder-children > .nav-folder:nth-child(5n+2),
+body.rainbow-repeat-5.rainbow-color-1-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+2), body.rainbow-repeat-4.rainbow-color-4-yellow .nav-folder-children > .nav-folder:nth-child(4n+5),
+body.rainbow-repeat-4.rainbow-color-4-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+5), body.rainbow-repeat-4.rainbow-color-3-yellow .nav-folder-children > .nav-folder:nth-child(4n+4),
+body.rainbow-repeat-4.rainbow-color-3-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+4), body.rainbow-repeat-4.rainbow-color-2-yellow .nav-folder-children > .nav-folder:nth-child(4n+3),
+body.rainbow-repeat-4.rainbow-color-2-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+3), body.rainbow-repeat-4.rainbow-color-1-yellow .nav-folder-children > .nav-folder:nth-child(4n+2),
+body.rainbow-repeat-4.rainbow-color-1-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+2), body.rainbow-repeat-3.rainbow-color-3-yellow .nav-folder-children > .nav-folder:nth-child(3n+4),
+body.rainbow-repeat-3.rainbow-color-3-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+4), body.rainbow-repeat-3.rainbow-color-2-yellow .nav-folder-children > .nav-folder:nth-child(3n+3),
+body.rainbow-repeat-3.rainbow-color-2-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+3), body.rainbow-repeat-3.rainbow-color-1-yellow .nav-folder-children > .nav-folder:nth-child(3n+2),
+body.rainbow-repeat-3.rainbow-color-1-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+2), body.rainbow-repeat-2.rainbow-color-2-yellow .nav-folder-children > .nav-folder:nth-child(2n+3),
+body.rainbow-repeat-2.rainbow-color-2-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(2n+3), body.rainbow-repeat-2.rainbow-color-1-yellow .nav-folder-children > .nav-folder:nth-child(2n+2),
+body.rainbow-repeat-2.rainbow-color-1-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(2n+2), body.rainbow-repeat-1.rainbow-color-1-yellow .nav-folder-children > .nav-folder:nth-child(1n+2),
+body.rainbow-repeat-1.rainbow-color-1-yellow [data-type=bookmarks] .tree-item.tree-item:nth-child(1n+2) {
+ --rainbow-folder-color: var(--ctp-yellow);
+}
+
+body.rainbow-repeat-11.rainbow-color-11-green .nav-folder-children > .nav-folder:nth-child(11n+12),
+body.rainbow-repeat-11.rainbow-color-11-green [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+12), body.rainbow-repeat-11.rainbow-color-10-green .nav-folder-children > .nav-folder:nth-child(11n+11),
+body.rainbow-repeat-11.rainbow-color-10-green [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+11), body.rainbow-repeat-11.rainbow-color-9-green .nav-folder-children > .nav-folder:nth-child(11n+10),
+body.rainbow-repeat-11.rainbow-color-9-green [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+10), body.rainbow-repeat-11.rainbow-color-8-green .nav-folder-children > .nav-folder:nth-child(11n+9),
+body.rainbow-repeat-11.rainbow-color-8-green [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+9), body.rainbow-repeat-11.rainbow-color-7-green .nav-folder-children > .nav-folder:nth-child(11n+8),
+body.rainbow-repeat-11.rainbow-color-7-green [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+8), body.rainbow-repeat-11.rainbow-color-6-green .nav-folder-children > .nav-folder:nth-child(11n+7),
+body.rainbow-repeat-11.rainbow-color-6-green [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+7), body.rainbow-repeat-11.rainbow-color-5-green .nav-folder-children > .nav-folder:nth-child(11n+6),
+body.rainbow-repeat-11.rainbow-color-5-green [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+6), body.rainbow-repeat-11.rainbow-color-4-green .nav-folder-children > .nav-folder:nth-child(11n+5),
+body.rainbow-repeat-11.rainbow-color-4-green [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+5), body.rainbow-repeat-11.rainbow-color-3-green .nav-folder-children > .nav-folder:nth-child(11n+4),
+body.rainbow-repeat-11.rainbow-color-3-green [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+4), body.rainbow-repeat-11.rainbow-color-2-green .nav-folder-children > .nav-folder:nth-child(11n+3),
+body.rainbow-repeat-11.rainbow-color-2-green [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+3), body.rainbow-repeat-11.rainbow-color-1-green .nav-folder-children > .nav-folder:nth-child(11n+2),
+body.rainbow-repeat-11.rainbow-color-1-green [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+2), body.rainbow-repeat-10.rainbow-color-10-green .nav-folder-children > .nav-folder:nth-child(10n+11),
+body.rainbow-repeat-10.rainbow-color-10-green [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+11), body.rainbow-repeat-10.rainbow-color-9-green .nav-folder-children > .nav-folder:nth-child(10n+10),
+body.rainbow-repeat-10.rainbow-color-9-green [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+10), body.rainbow-repeat-10.rainbow-color-8-green .nav-folder-children > .nav-folder:nth-child(10n+9),
+body.rainbow-repeat-10.rainbow-color-8-green [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+9), body.rainbow-repeat-10.rainbow-color-7-green .nav-folder-children > .nav-folder:nth-child(10n+8),
+body.rainbow-repeat-10.rainbow-color-7-green [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+8), body.rainbow-repeat-10.rainbow-color-6-green .nav-folder-children > .nav-folder:nth-child(10n+7),
+body.rainbow-repeat-10.rainbow-color-6-green [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+7), body.rainbow-repeat-10.rainbow-color-5-green .nav-folder-children > .nav-folder:nth-child(10n+6),
+body.rainbow-repeat-10.rainbow-color-5-green [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+6), body.rainbow-repeat-10.rainbow-color-4-green .nav-folder-children > .nav-folder:nth-child(10n+5),
+body.rainbow-repeat-10.rainbow-color-4-green [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+5), body.rainbow-repeat-10.rainbow-color-3-green .nav-folder-children > .nav-folder:nth-child(10n+4),
+body.rainbow-repeat-10.rainbow-color-3-green [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+4), body.rainbow-repeat-10.rainbow-color-2-green .nav-folder-children > .nav-folder:nth-child(10n+3),
+body.rainbow-repeat-10.rainbow-color-2-green [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+3), body.rainbow-repeat-10.rainbow-color-1-green .nav-folder-children > .nav-folder:nth-child(10n+2),
+body.rainbow-repeat-10.rainbow-color-1-green [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+2), body.rainbow-repeat-9.rainbow-color-9-green .nav-folder-children > .nav-folder:nth-child(9n+10),
+body.rainbow-repeat-9.rainbow-color-9-green [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+10), body.rainbow-repeat-9.rainbow-color-8-green .nav-folder-children > .nav-folder:nth-child(9n+9),
+body.rainbow-repeat-9.rainbow-color-8-green [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+9), body.rainbow-repeat-9.rainbow-color-7-green .nav-folder-children > .nav-folder:nth-child(9n+8),
+body.rainbow-repeat-9.rainbow-color-7-green [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+8), body.rainbow-repeat-9.rainbow-color-6-green .nav-folder-children > .nav-folder:nth-child(9n+7),
+body.rainbow-repeat-9.rainbow-color-6-green [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+7), body.rainbow-repeat-9.rainbow-color-5-green .nav-folder-children > .nav-folder:nth-child(9n+6),
+body.rainbow-repeat-9.rainbow-color-5-green [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+6), body.rainbow-repeat-9.rainbow-color-4-green .nav-folder-children > .nav-folder:nth-child(9n+5),
+body.rainbow-repeat-9.rainbow-color-4-green [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+5), body.rainbow-repeat-9.rainbow-color-3-green .nav-folder-children > .nav-folder:nth-child(9n+4),
+body.rainbow-repeat-9.rainbow-color-3-green [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+4), body.rainbow-repeat-9.rainbow-color-2-green .nav-folder-children > .nav-folder:nth-child(9n+3),
+body.rainbow-repeat-9.rainbow-color-2-green [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+3), body.rainbow-repeat-9.rainbow-color-1-green .nav-folder-children > .nav-folder:nth-child(9n+2),
+body.rainbow-repeat-9.rainbow-color-1-green [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+2), body.rainbow-repeat-8.rainbow-color-8-green .nav-folder-children > .nav-folder:nth-child(8n+9),
+body.rainbow-repeat-8.rainbow-color-8-green [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+9), body.rainbow-repeat-8.rainbow-color-7-green .nav-folder-children > .nav-folder:nth-child(8n+8),
+body.rainbow-repeat-8.rainbow-color-7-green [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+8), body.rainbow-repeat-8.rainbow-color-6-green .nav-folder-children > .nav-folder:nth-child(8n+7),
+body.rainbow-repeat-8.rainbow-color-6-green [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+7), body.rainbow-repeat-8.rainbow-color-5-green .nav-folder-children > .nav-folder:nth-child(8n+6),
+body.rainbow-repeat-8.rainbow-color-5-green [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+6), body.rainbow-repeat-8.rainbow-color-4-green .nav-folder-children > .nav-folder:nth-child(8n+5),
+body.rainbow-repeat-8.rainbow-color-4-green [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+5), body.rainbow-repeat-8.rainbow-color-3-green .nav-folder-children > .nav-folder:nth-child(8n+4),
+body.rainbow-repeat-8.rainbow-color-3-green [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+4), body.rainbow-repeat-8.rainbow-color-2-green .nav-folder-children > .nav-folder:nth-child(8n+3),
+body.rainbow-repeat-8.rainbow-color-2-green [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+3), body.rainbow-repeat-8.rainbow-color-1-green .nav-folder-children > .nav-folder:nth-child(8n+2),
+body.rainbow-repeat-8.rainbow-color-1-green [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+2), body.rainbow-repeat-7.rainbow-color-7-green .nav-folder-children > .nav-folder:nth-child(7n+8),
+body.rainbow-repeat-7.rainbow-color-7-green [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+8), body.rainbow-repeat-7.rainbow-color-6-green .nav-folder-children > .nav-folder:nth-child(7n+7),
+body.rainbow-repeat-7.rainbow-color-6-green [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+7), body.rainbow-repeat-7.rainbow-color-5-green .nav-folder-children > .nav-folder:nth-child(7n+6),
+body.rainbow-repeat-7.rainbow-color-5-green [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+6), body.rainbow-repeat-7.rainbow-color-4-green .nav-folder-children > .nav-folder:nth-child(7n+5),
+body.rainbow-repeat-7.rainbow-color-4-green [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+5), body.rainbow-repeat-7.rainbow-color-3-green .nav-folder-children > .nav-folder:nth-child(7n+4),
+body.rainbow-repeat-7.rainbow-color-3-green [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+4), body.rainbow-repeat-7.rainbow-color-2-green .nav-folder-children > .nav-folder:nth-child(7n+3),
+body.rainbow-repeat-7.rainbow-color-2-green [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+3), body.rainbow-repeat-7.rainbow-color-1-green .nav-folder-children > .nav-folder:nth-child(7n+2),
+body.rainbow-repeat-7.rainbow-color-1-green [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+2), body.rainbow-repeat-6.rainbow-color-6-green .nav-folder-children > .nav-folder:nth-child(6n+7),
+body.rainbow-repeat-6.rainbow-color-6-green [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+7), body.rainbow-repeat-6.rainbow-color-5-green .nav-folder-children > .nav-folder:nth-child(6n+6),
+body.rainbow-repeat-6.rainbow-color-5-green [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+6), body.rainbow-repeat-6.rainbow-color-4-green .nav-folder-children > .nav-folder:nth-child(6n+5),
+body.rainbow-repeat-6.rainbow-color-4-green [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+5), body.rainbow-repeat-6.rainbow-color-3-green .nav-folder-children > .nav-folder:nth-child(6n+4),
+body.rainbow-repeat-6.rainbow-color-3-green [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+4), body.rainbow-repeat-6.rainbow-color-2-green .nav-folder-children > .nav-folder:nth-child(6n+3),
+body.rainbow-repeat-6.rainbow-color-2-green [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+3), body.rainbow-repeat-6.rainbow-color-1-green .nav-folder-children > .nav-folder:nth-child(6n+2),
+body.rainbow-repeat-6.rainbow-color-1-green [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+2), body.rainbow-repeat-5.rainbow-color-5-green .nav-folder-children > .nav-folder:nth-child(5n+6),
+body.rainbow-repeat-5.rainbow-color-5-green [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+6), body.rainbow-repeat-5.rainbow-color-4-green .nav-folder-children > .nav-folder:nth-child(5n+5),
+body.rainbow-repeat-5.rainbow-color-4-green [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+5), body.rainbow-repeat-5.rainbow-color-3-green .nav-folder-children > .nav-folder:nth-child(5n+4),
+body.rainbow-repeat-5.rainbow-color-3-green [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+4), body.rainbow-repeat-5.rainbow-color-2-green .nav-folder-children > .nav-folder:nth-child(5n+3),
+body.rainbow-repeat-5.rainbow-color-2-green [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+3), body.rainbow-repeat-5.rainbow-color-1-green .nav-folder-children > .nav-folder:nth-child(5n+2),
+body.rainbow-repeat-5.rainbow-color-1-green [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+2), body.rainbow-repeat-4.rainbow-color-4-green .nav-folder-children > .nav-folder:nth-child(4n+5),
+body.rainbow-repeat-4.rainbow-color-4-green [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+5), body.rainbow-repeat-4.rainbow-color-3-green .nav-folder-children > .nav-folder:nth-child(4n+4),
+body.rainbow-repeat-4.rainbow-color-3-green [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+4), body.rainbow-repeat-4.rainbow-color-2-green .nav-folder-children > .nav-folder:nth-child(4n+3),
+body.rainbow-repeat-4.rainbow-color-2-green [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+3), body.rainbow-repeat-4.rainbow-color-1-green .nav-folder-children > .nav-folder:nth-child(4n+2),
+body.rainbow-repeat-4.rainbow-color-1-green [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+2), body.rainbow-repeat-3.rainbow-color-3-green .nav-folder-children > .nav-folder:nth-child(3n+4),
+body.rainbow-repeat-3.rainbow-color-3-green [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+4), body.rainbow-repeat-3.rainbow-color-2-green .nav-folder-children > .nav-folder:nth-child(3n+3),
+body.rainbow-repeat-3.rainbow-color-2-green [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+3), body.rainbow-repeat-3.rainbow-color-1-green .nav-folder-children > .nav-folder:nth-child(3n+2),
+body.rainbow-repeat-3.rainbow-color-1-green [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+2), body.rainbow-repeat-2.rainbow-color-2-green .nav-folder-children > .nav-folder:nth-child(2n+3),
+body.rainbow-repeat-2.rainbow-color-2-green [data-type=bookmarks] .tree-item.tree-item:nth-child(2n+3), body.rainbow-repeat-2.rainbow-color-1-green .nav-folder-children > .nav-folder:nth-child(2n+2),
+body.rainbow-repeat-2.rainbow-color-1-green [data-type=bookmarks] .tree-item.tree-item:nth-child(2n+2), body.rainbow-repeat-1.rainbow-color-1-green .nav-folder-children > .nav-folder:nth-child(1n+2),
+body.rainbow-repeat-1.rainbow-color-1-green [data-type=bookmarks] .tree-item.tree-item:nth-child(1n+2) {
+ --rainbow-folder-color: var(--ctp-green);
+}
+
+body.rainbow-repeat-11.rainbow-color-11-teal .nav-folder-children > .nav-folder:nth-child(11n+12),
+body.rainbow-repeat-11.rainbow-color-11-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+12), body.rainbow-repeat-11.rainbow-color-10-teal .nav-folder-children > .nav-folder:nth-child(11n+11),
+body.rainbow-repeat-11.rainbow-color-10-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+11), body.rainbow-repeat-11.rainbow-color-9-teal .nav-folder-children > .nav-folder:nth-child(11n+10),
+body.rainbow-repeat-11.rainbow-color-9-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+10), body.rainbow-repeat-11.rainbow-color-8-teal .nav-folder-children > .nav-folder:nth-child(11n+9),
+body.rainbow-repeat-11.rainbow-color-8-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+9), body.rainbow-repeat-11.rainbow-color-7-teal .nav-folder-children > .nav-folder:nth-child(11n+8),
+body.rainbow-repeat-11.rainbow-color-7-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+8), body.rainbow-repeat-11.rainbow-color-6-teal .nav-folder-children > .nav-folder:nth-child(11n+7),
+body.rainbow-repeat-11.rainbow-color-6-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+7), body.rainbow-repeat-11.rainbow-color-5-teal .nav-folder-children > .nav-folder:nth-child(11n+6),
+body.rainbow-repeat-11.rainbow-color-5-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+6), body.rainbow-repeat-11.rainbow-color-4-teal .nav-folder-children > .nav-folder:nth-child(11n+5),
+body.rainbow-repeat-11.rainbow-color-4-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+5), body.rainbow-repeat-11.rainbow-color-3-teal .nav-folder-children > .nav-folder:nth-child(11n+4),
+body.rainbow-repeat-11.rainbow-color-3-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+4), body.rainbow-repeat-11.rainbow-color-2-teal .nav-folder-children > .nav-folder:nth-child(11n+3),
+body.rainbow-repeat-11.rainbow-color-2-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+3), body.rainbow-repeat-11.rainbow-color-1-teal .nav-folder-children > .nav-folder:nth-child(11n+2),
+body.rainbow-repeat-11.rainbow-color-1-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+2), body.rainbow-repeat-10.rainbow-color-10-teal .nav-folder-children > .nav-folder:nth-child(10n+11),
+body.rainbow-repeat-10.rainbow-color-10-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+11), body.rainbow-repeat-10.rainbow-color-9-teal .nav-folder-children > .nav-folder:nth-child(10n+10),
+body.rainbow-repeat-10.rainbow-color-9-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+10), body.rainbow-repeat-10.rainbow-color-8-teal .nav-folder-children > .nav-folder:nth-child(10n+9),
+body.rainbow-repeat-10.rainbow-color-8-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+9), body.rainbow-repeat-10.rainbow-color-7-teal .nav-folder-children > .nav-folder:nth-child(10n+8),
+body.rainbow-repeat-10.rainbow-color-7-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+8), body.rainbow-repeat-10.rainbow-color-6-teal .nav-folder-children > .nav-folder:nth-child(10n+7),
+body.rainbow-repeat-10.rainbow-color-6-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+7), body.rainbow-repeat-10.rainbow-color-5-teal .nav-folder-children > .nav-folder:nth-child(10n+6),
+body.rainbow-repeat-10.rainbow-color-5-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+6), body.rainbow-repeat-10.rainbow-color-4-teal .nav-folder-children > .nav-folder:nth-child(10n+5),
+body.rainbow-repeat-10.rainbow-color-4-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+5), body.rainbow-repeat-10.rainbow-color-3-teal .nav-folder-children > .nav-folder:nth-child(10n+4),
+body.rainbow-repeat-10.rainbow-color-3-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+4), body.rainbow-repeat-10.rainbow-color-2-teal .nav-folder-children > .nav-folder:nth-child(10n+3),
+body.rainbow-repeat-10.rainbow-color-2-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+3), body.rainbow-repeat-10.rainbow-color-1-teal .nav-folder-children > .nav-folder:nth-child(10n+2),
+body.rainbow-repeat-10.rainbow-color-1-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+2), body.rainbow-repeat-9.rainbow-color-9-teal .nav-folder-children > .nav-folder:nth-child(9n+10),
+body.rainbow-repeat-9.rainbow-color-9-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+10), body.rainbow-repeat-9.rainbow-color-8-teal .nav-folder-children > .nav-folder:nth-child(9n+9),
+body.rainbow-repeat-9.rainbow-color-8-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+9), body.rainbow-repeat-9.rainbow-color-7-teal .nav-folder-children > .nav-folder:nth-child(9n+8),
+body.rainbow-repeat-9.rainbow-color-7-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+8), body.rainbow-repeat-9.rainbow-color-6-teal .nav-folder-children > .nav-folder:nth-child(9n+7),
+body.rainbow-repeat-9.rainbow-color-6-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+7), body.rainbow-repeat-9.rainbow-color-5-teal .nav-folder-children > .nav-folder:nth-child(9n+6),
+body.rainbow-repeat-9.rainbow-color-5-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+6), body.rainbow-repeat-9.rainbow-color-4-teal .nav-folder-children > .nav-folder:nth-child(9n+5),
+body.rainbow-repeat-9.rainbow-color-4-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+5), body.rainbow-repeat-9.rainbow-color-3-teal .nav-folder-children > .nav-folder:nth-child(9n+4),
+body.rainbow-repeat-9.rainbow-color-3-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+4), body.rainbow-repeat-9.rainbow-color-2-teal .nav-folder-children > .nav-folder:nth-child(9n+3),
+body.rainbow-repeat-9.rainbow-color-2-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+3), body.rainbow-repeat-9.rainbow-color-1-teal .nav-folder-children > .nav-folder:nth-child(9n+2),
+body.rainbow-repeat-9.rainbow-color-1-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+2), body.rainbow-repeat-8.rainbow-color-8-teal .nav-folder-children > .nav-folder:nth-child(8n+9),
+body.rainbow-repeat-8.rainbow-color-8-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+9), body.rainbow-repeat-8.rainbow-color-7-teal .nav-folder-children > .nav-folder:nth-child(8n+8),
+body.rainbow-repeat-8.rainbow-color-7-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+8), body.rainbow-repeat-8.rainbow-color-6-teal .nav-folder-children > .nav-folder:nth-child(8n+7),
+body.rainbow-repeat-8.rainbow-color-6-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+7), body.rainbow-repeat-8.rainbow-color-5-teal .nav-folder-children > .nav-folder:nth-child(8n+6),
+body.rainbow-repeat-8.rainbow-color-5-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+6), body.rainbow-repeat-8.rainbow-color-4-teal .nav-folder-children > .nav-folder:nth-child(8n+5),
+body.rainbow-repeat-8.rainbow-color-4-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+5), body.rainbow-repeat-8.rainbow-color-3-teal .nav-folder-children > .nav-folder:nth-child(8n+4),
+body.rainbow-repeat-8.rainbow-color-3-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+4), body.rainbow-repeat-8.rainbow-color-2-teal .nav-folder-children > .nav-folder:nth-child(8n+3),
+body.rainbow-repeat-8.rainbow-color-2-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+3), body.rainbow-repeat-8.rainbow-color-1-teal .nav-folder-children > .nav-folder:nth-child(8n+2),
+body.rainbow-repeat-8.rainbow-color-1-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+2), body.rainbow-repeat-7.rainbow-color-7-teal .nav-folder-children > .nav-folder:nth-child(7n+8),
+body.rainbow-repeat-7.rainbow-color-7-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+8), body.rainbow-repeat-7.rainbow-color-6-teal .nav-folder-children > .nav-folder:nth-child(7n+7),
+body.rainbow-repeat-7.rainbow-color-6-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+7), body.rainbow-repeat-7.rainbow-color-5-teal .nav-folder-children > .nav-folder:nth-child(7n+6),
+body.rainbow-repeat-7.rainbow-color-5-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+6), body.rainbow-repeat-7.rainbow-color-4-teal .nav-folder-children > .nav-folder:nth-child(7n+5),
+body.rainbow-repeat-7.rainbow-color-4-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+5), body.rainbow-repeat-7.rainbow-color-3-teal .nav-folder-children > .nav-folder:nth-child(7n+4),
+body.rainbow-repeat-7.rainbow-color-3-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+4), body.rainbow-repeat-7.rainbow-color-2-teal .nav-folder-children > .nav-folder:nth-child(7n+3),
+body.rainbow-repeat-7.rainbow-color-2-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+3), body.rainbow-repeat-7.rainbow-color-1-teal .nav-folder-children > .nav-folder:nth-child(7n+2),
+body.rainbow-repeat-7.rainbow-color-1-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+2), body.rainbow-repeat-6.rainbow-color-6-teal .nav-folder-children > .nav-folder:nth-child(6n+7),
+body.rainbow-repeat-6.rainbow-color-6-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+7), body.rainbow-repeat-6.rainbow-color-5-teal .nav-folder-children > .nav-folder:nth-child(6n+6),
+body.rainbow-repeat-6.rainbow-color-5-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+6), body.rainbow-repeat-6.rainbow-color-4-teal .nav-folder-children > .nav-folder:nth-child(6n+5),
+body.rainbow-repeat-6.rainbow-color-4-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+5), body.rainbow-repeat-6.rainbow-color-3-teal .nav-folder-children > .nav-folder:nth-child(6n+4),
+body.rainbow-repeat-6.rainbow-color-3-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+4), body.rainbow-repeat-6.rainbow-color-2-teal .nav-folder-children > .nav-folder:nth-child(6n+3),
+body.rainbow-repeat-6.rainbow-color-2-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+3), body.rainbow-repeat-6.rainbow-color-1-teal .nav-folder-children > .nav-folder:nth-child(6n+2),
+body.rainbow-repeat-6.rainbow-color-1-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+2), body.rainbow-repeat-5.rainbow-color-5-teal .nav-folder-children > .nav-folder:nth-child(5n+6),
+body.rainbow-repeat-5.rainbow-color-5-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+6), body.rainbow-repeat-5.rainbow-color-4-teal .nav-folder-children > .nav-folder:nth-child(5n+5),
+body.rainbow-repeat-5.rainbow-color-4-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+5), body.rainbow-repeat-5.rainbow-color-3-teal .nav-folder-children > .nav-folder:nth-child(5n+4),
+body.rainbow-repeat-5.rainbow-color-3-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+4), body.rainbow-repeat-5.rainbow-color-2-teal .nav-folder-children > .nav-folder:nth-child(5n+3),
+body.rainbow-repeat-5.rainbow-color-2-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+3), body.rainbow-repeat-5.rainbow-color-1-teal .nav-folder-children > .nav-folder:nth-child(5n+2),
+body.rainbow-repeat-5.rainbow-color-1-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+2), body.rainbow-repeat-4.rainbow-color-4-teal .nav-folder-children > .nav-folder:nth-child(4n+5),
+body.rainbow-repeat-4.rainbow-color-4-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+5), body.rainbow-repeat-4.rainbow-color-3-teal .nav-folder-children > .nav-folder:nth-child(4n+4),
+body.rainbow-repeat-4.rainbow-color-3-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+4), body.rainbow-repeat-4.rainbow-color-2-teal .nav-folder-children > .nav-folder:nth-child(4n+3),
+body.rainbow-repeat-4.rainbow-color-2-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+3), body.rainbow-repeat-4.rainbow-color-1-teal .nav-folder-children > .nav-folder:nth-child(4n+2),
+body.rainbow-repeat-4.rainbow-color-1-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+2), body.rainbow-repeat-3.rainbow-color-3-teal .nav-folder-children > .nav-folder:nth-child(3n+4),
+body.rainbow-repeat-3.rainbow-color-3-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+4), body.rainbow-repeat-3.rainbow-color-2-teal .nav-folder-children > .nav-folder:nth-child(3n+3),
+body.rainbow-repeat-3.rainbow-color-2-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+3), body.rainbow-repeat-3.rainbow-color-1-teal .nav-folder-children > .nav-folder:nth-child(3n+2),
+body.rainbow-repeat-3.rainbow-color-1-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+2), body.rainbow-repeat-2.rainbow-color-2-teal .nav-folder-children > .nav-folder:nth-child(2n+3),
+body.rainbow-repeat-2.rainbow-color-2-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(2n+3), body.rainbow-repeat-2.rainbow-color-1-teal .nav-folder-children > .nav-folder:nth-child(2n+2),
+body.rainbow-repeat-2.rainbow-color-1-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(2n+2), body.rainbow-repeat-1.rainbow-color-1-teal .nav-folder-children > .nav-folder:nth-child(1n+2),
+body.rainbow-repeat-1.rainbow-color-1-teal [data-type=bookmarks] .tree-item.tree-item:nth-child(1n+2) {
+ --rainbow-folder-color: var(--ctp-teal);
+}
+
+body.rainbow-repeat-11.rainbow-color-11-sky .nav-folder-children > .nav-folder:nth-child(11n+12),
+body.rainbow-repeat-11.rainbow-color-11-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+12), body.rainbow-repeat-11.rainbow-color-10-sky .nav-folder-children > .nav-folder:nth-child(11n+11),
+body.rainbow-repeat-11.rainbow-color-10-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+11), body.rainbow-repeat-11.rainbow-color-9-sky .nav-folder-children > .nav-folder:nth-child(11n+10),
+body.rainbow-repeat-11.rainbow-color-9-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+10), body.rainbow-repeat-11.rainbow-color-8-sky .nav-folder-children > .nav-folder:nth-child(11n+9),
+body.rainbow-repeat-11.rainbow-color-8-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+9), body.rainbow-repeat-11.rainbow-color-7-sky .nav-folder-children > .nav-folder:nth-child(11n+8),
+body.rainbow-repeat-11.rainbow-color-7-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+8), body.rainbow-repeat-11.rainbow-color-6-sky .nav-folder-children > .nav-folder:nth-child(11n+7),
+body.rainbow-repeat-11.rainbow-color-6-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+7), body.rainbow-repeat-11.rainbow-color-5-sky .nav-folder-children > .nav-folder:nth-child(11n+6),
+body.rainbow-repeat-11.rainbow-color-5-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+6), body.rainbow-repeat-11.rainbow-color-4-sky .nav-folder-children > .nav-folder:nth-child(11n+5),
+body.rainbow-repeat-11.rainbow-color-4-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+5), body.rainbow-repeat-11.rainbow-color-3-sky .nav-folder-children > .nav-folder:nth-child(11n+4),
+body.rainbow-repeat-11.rainbow-color-3-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+4), body.rainbow-repeat-11.rainbow-color-2-sky .nav-folder-children > .nav-folder:nth-child(11n+3),
+body.rainbow-repeat-11.rainbow-color-2-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+3), body.rainbow-repeat-11.rainbow-color-1-sky .nav-folder-children > .nav-folder:nth-child(11n+2),
+body.rainbow-repeat-11.rainbow-color-1-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+2), body.rainbow-repeat-10.rainbow-color-10-sky .nav-folder-children > .nav-folder:nth-child(10n+11),
+body.rainbow-repeat-10.rainbow-color-10-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+11), body.rainbow-repeat-10.rainbow-color-9-sky .nav-folder-children > .nav-folder:nth-child(10n+10),
+body.rainbow-repeat-10.rainbow-color-9-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+10), body.rainbow-repeat-10.rainbow-color-8-sky .nav-folder-children > .nav-folder:nth-child(10n+9),
+body.rainbow-repeat-10.rainbow-color-8-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+9), body.rainbow-repeat-10.rainbow-color-7-sky .nav-folder-children > .nav-folder:nth-child(10n+8),
+body.rainbow-repeat-10.rainbow-color-7-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+8), body.rainbow-repeat-10.rainbow-color-6-sky .nav-folder-children > .nav-folder:nth-child(10n+7),
+body.rainbow-repeat-10.rainbow-color-6-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+7), body.rainbow-repeat-10.rainbow-color-5-sky .nav-folder-children > .nav-folder:nth-child(10n+6),
+body.rainbow-repeat-10.rainbow-color-5-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+6), body.rainbow-repeat-10.rainbow-color-4-sky .nav-folder-children > .nav-folder:nth-child(10n+5),
+body.rainbow-repeat-10.rainbow-color-4-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+5), body.rainbow-repeat-10.rainbow-color-3-sky .nav-folder-children > .nav-folder:nth-child(10n+4),
+body.rainbow-repeat-10.rainbow-color-3-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+4), body.rainbow-repeat-10.rainbow-color-2-sky .nav-folder-children > .nav-folder:nth-child(10n+3),
+body.rainbow-repeat-10.rainbow-color-2-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+3), body.rainbow-repeat-10.rainbow-color-1-sky .nav-folder-children > .nav-folder:nth-child(10n+2),
+body.rainbow-repeat-10.rainbow-color-1-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+2), body.rainbow-repeat-9.rainbow-color-9-sky .nav-folder-children > .nav-folder:nth-child(9n+10),
+body.rainbow-repeat-9.rainbow-color-9-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+10), body.rainbow-repeat-9.rainbow-color-8-sky .nav-folder-children > .nav-folder:nth-child(9n+9),
+body.rainbow-repeat-9.rainbow-color-8-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+9), body.rainbow-repeat-9.rainbow-color-7-sky .nav-folder-children > .nav-folder:nth-child(9n+8),
+body.rainbow-repeat-9.rainbow-color-7-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+8), body.rainbow-repeat-9.rainbow-color-6-sky .nav-folder-children > .nav-folder:nth-child(9n+7),
+body.rainbow-repeat-9.rainbow-color-6-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+7), body.rainbow-repeat-9.rainbow-color-5-sky .nav-folder-children > .nav-folder:nth-child(9n+6),
+body.rainbow-repeat-9.rainbow-color-5-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+6), body.rainbow-repeat-9.rainbow-color-4-sky .nav-folder-children > .nav-folder:nth-child(9n+5),
+body.rainbow-repeat-9.rainbow-color-4-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+5), body.rainbow-repeat-9.rainbow-color-3-sky .nav-folder-children > .nav-folder:nth-child(9n+4),
+body.rainbow-repeat-9.rainbow-color-3-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+4), body.rainbow-repeat-9.rainbow-color-2-sky .nav-folder-children > .nav-folder:nth-child(9n+3),
+body.rainbow-repeat-9.rainbow-color-2-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+3), body.rainbow-repeat-9.rainbow-color-1-sky .nav-folder-children > .nav-folder:nth-child(9n+2),
+body.rainbow-repeat-9.rainbow-color-1-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+2), body.rainbow-repeat-8.rainbow-color-8-sky .nav-folder-children > .nav-folder:nth-child(8n+9),
+body.rainbow-repeat-8.rainbow-color-8-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+9), body.rainbow-repeat-8.rainbow-color-7-sky .nav-folder-children > .nav-folder:nth-child(8n+8),
+body.rainbow-repeat-8.rainbow-color-7-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+8), body.rainbow-repeat-8.rainbow-color-6-sky .nav-folder-children > .nav-folder:nth-child(8n+7),
+body.rainbow-repeat-8.rainbow-color-6-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+7), body.rainbow-repeat-8.rainbow-color-5-sky .nav-folder-children > .nav-folder:nth-child(8n+6),
+body.rainbow-repeat-8.rainbow-color-5-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+6), body.rainbow-repeat-8.rainbow-color-4-sky .nav-folder-children > .nav-folder:nth-child(8n+5),
+body.rainbow-repeat-8.rainbow-color-4-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+5), body.rainbow-repeat-8.rainbow-color-3-sky .nav-folder-children > .nav-folder:nth-child(8n+4),
+body.rainbow-repeat-8.rainbow-color-3-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+4), body.rainbow-repeat-8.rainbow-color-2-sky .nav-folder-children > .nav-folder:nth-child(8n+3),
+body.rainbow-repeat-8.rainbow-color-2-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+3), body.rainbow-repeat-8.rainbow-color-1-sky .nav-folder-children > .nav-folder:nth-child(8n+2),
+body.rainbow-repeat-8.rainbow-color-1-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+2), body.rainbow-repeat-7.rainbow-color-7-sky .nav-folder-children > .nav-folder:nth-child(7n+8),
+body.rainbow-repeat-7.rainbow-color-7-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+8), body.rainbow-repeat-7.rainbow-color-6-sky .nav-folder-children > .nav-folder:nth-child(7n+7),
+body.rainbow-repeat-7.rainbow-color-6-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+7), body.rainbow-repeat-7.rainbow-color-5-sky .nav-folder-children > .nav-folder:nth-child(7n+6),
+body.rainbow-repeat-7.rainbow-color-5-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+6), body.rainbow-repeat-7.rainbow-color-4-sky .nav-folder-children > .nav-folder:nth-child(7n+5),
+body.rainbow-repeat-7.rainbow-color-4-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+5), body.rainbow-repeat-7.rainbow-color-3-sky .nav-folder-children > .nav-folder:nth-child(7n+4),
+body.rainbow-repeat-7.rainbow-color-3-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+4), body.rainbow-repeat-7.rainbow-color-2-sky .nav-folder-children > .nav-folder:nth-child(7n+3),
+body.rainbow-repeat-7.rainbow-color-2-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+3), body.rainbow-repeat-7.rainbow-color-1-sky .nav-folder-children > .nav-folder:nth-child(7n+2),
+body.rainbow-repeat-7.rainbow-color-1-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+2), body.rainbow-repeat-6.rainbow-color-6-sky .nav-folder-children > .nav-folder:nth-child(6n+7),
+body.rainbow-repeat-6.rainbow-color-6-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+7), body.rainbow-repeat-6.rainbow-color-5-sky .nav-folder-children > .nav-folder:nth-child(6n+6),
+body.rainbow-repeat-6.rainbow-color-5-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+6), body.rainbow-repeat-6.rainbow-color-4-sky .nav-folder-children > .nav-folder:nth-child(6n+5),
+body.rainbow-repeat-6.rainbow-color-4-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+5), body.rainbow-repeat-6.rainbow-color-3-sky .nav-folder-children > .nav-folder:nth-child(6n+4),
+body.rainbow-repeat-6.rainbow-color-3-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+4), body.rainbow-repeat-6.rainbow-color-2-sky .nav-folder-children > .nav-folder:nth-child(6n+3),
+body.rainbow-repeat-6.rainbow-color-2-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+3), body.rainbow-repeat-6.rainbow-color-1-sky .nav-folder-children > .nav-folder:nth-child(6n+2),
+body.rainbow-repeat-6.rainbow-color-1-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+2), body.rainbow-repeat-5.rainbow-color-5-sky .nav-folder-children > .nav-folder:nth-child(5n+6),
+body.rainbow-repeat-5.rainbow-color-5-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+6), body.rainbow-repeat-5.rainbow-color-4-sky .nav-folder-children > .nav-folder:nth-child(5n+5),
+body.rainbow-repeat-5.rainbow-color-4-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+5), body.rainbow-repeat-5.rainbow-color-3-sky .nav-folder-children > .nav-folder:nth-child(5n+4),
+body.rainbow-repeat-5.rainbow-color-3-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+4), body.rainbow-repeat-5.rainbow-color-2-sky .nav-folder-children > .nav-folder:nth-child(5n+3),
+body.rainbow-repeat-5.rainbow-color-2-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+3), body.rainbow-repeat-5.rainbow-color-1-sky .nav-folder-children > .nav-folder:nth-child(5n+2),
+body.rainbow-repeat-5.rainbow-color-1-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+2), body.rainbow-repeat-4.rainbow-color-4-sky .nav-folder-children > .nav-folder:nth-child(4n+5),
+body.rainbow-repeat-4.rainbow-color-4-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+5), body.rainbow-repeat-4.rainbow-color-3-sky .nav-folder-children > .nav-folder:nth-child(4n+4),
+body.rainbow-repeat-4.rainbow-color-3-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+4), body.rainbow-repeat-4.rainbow-color-2-sky .nav-folder-children > .nav-folder:nth-child(4n+3),
+body.rainbow-repeat-4.rainbow-color-2-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+3), body.rainbow-repeat-4.rainbow-color-1-sky .nav-folder-children > .nav-folder:nth-child(4n+2),
+body.rainbow-repeat-4.rainbow-color-1-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+2), body.rainbow-repeat-3.rainbow-color-3-sky .nav-folder-children > .nav-folder:nth-child(3n+4),
+body.rainbow-repeat-3.rainbow-color-3-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+4), body.rainbow-repeat-3.rainbow-color-2-sky .nav-folder-children > .nav-folder:nth-child(3n+3),
+body.rainbow-repeat-3.rainbow-color-2-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+3), body.rainbow-repeat-3.rainbow-color-1-sky .nav-folder-children > .nav-folder:nth-child(3n+2),
+body.rainbow-repeat-3.rainbow-color-1-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+2), body.rainbow-repeat-2.rainbow-color-2-sky .nav-folder-children > .nav-folder:nth-child(2n+3),
+body.rainbow-repeat-2.rainbow-color-2-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(2n+3), body.rainbow-repeat-2.rainbow-color-1-sky .nav-folder-children > .nav-folder:nth-child(2n+2),
+body.rainbow-repeat-2.rainbow-color-1-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(2n+2), body.rainbow-repeat-1.rainbow-color-1-sky .nav-folder-children > .nav-folder:nth-child(1n+2),
+body.rainbow-repeat-1.rainbow-color-1-sky [data-type=bookmarks] .tree-item.tree-item:nth-child(1n+2) {
+ --rainbow-folder-color: var(--ctp-sky);
+}
+
+body.rainbow-repeat-11.rainbow-color-11-sapphire .nav-folder-children > .nav-folder:nth-child(11n+12),
+body.rainbow-repeat-11.rainbow-color-11-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+12), body.rainbow-repeat-11.rainbow-color-10-sapphire .nav-folder-children > .nav-folder:nth-child(11n+11),
+body.rainbow-repeat-11.rainbow-color-10-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+11), body.rainbow-repeat-11.rainbow-color-9-sapphire .nav-folder-children > .nav-folder:nth-child(11n+10),
+body.rainbow-repeat-11.rainbow-color-9-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+10), body.rainbow-repeat-11.rainbow-color-8-sapphire .nav-folder-children > .nav-folder:nth-child(11n+9),
+body.rainbow-repeat-11.rainbow-color-8-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+9), body.rainbow-repeat-11.rainbow-color-7-sapphire .nav-folder-children > .nav-folder:nth-child(11n+8),
+body.rainbow-repeat-11.rainbow-color-7-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+8), body.rainbow-repeat-11.rainbow-color-6-sapphire .nav-folder-children > .nav-folder:nth-child(11n+7),
+body.rainbow-repeat-11.rainbow-color-6-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+7), body.rainbow-repeat-11.rainbow-color-5-sapphire .nav-folder-children > .nav-folder:nth-child(11n+6),
+body.rainbow-repeat-11.rainbow-color-5-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+6), body.rainbow-repeat-11.rainbow-color-4-sapphire .nav-folder-children > .nav-folder:nth-child(11n+5),
+body.rainbow-repeat-11.rainbow-color-4-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+5), body.rainbow-repeat-11.rainbow-color-3-sapphire .nav-folder-children > .nav-folder:nth-child(11n+4),
+body.rainbow-repeat-11.rainbow-color-3-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+4), body.rainbow-repeat-11.rainbow-color-2-sapphire .nav-folder-children > .nav-folder:nth-child(11n+3),
+body.rainbow-repeat-11.rainbow-color-2-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+3), body.rainbow-repeat-11.rainbow-color-1-sapphire .nav-folder-children > .nav-folder:nth-child(11n+2),
+body.rainbow-repeat-11.rainbow-color-1-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+2), body.rainbow-repeat-10.rainbow-color-10-sapphire .nav-folder-children > .nav-folder:nth-child(10n+11),
+body.rainbow-repeat-10.rainbow-color-10-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+11), body.rainbow-repeat-10.rainbow-color-9-sapphire .nav-folder-children > .nav-folder:nth-child(10n+10),
+body.rainbow-repeat-10.rainbow-color-9-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+10), body.rainbow-repeat-10.rainbow-color-8-sapphire .nav-folder-children > .nav-folder:nth-child(10n+9),
+body.rainbow-repeat-10.rainbow-color-8-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+9), body.rainbow-repeat-10.rainbow-color-7-sapphire .nav-folder-children > .nav-folder:nth-child(10n+8),
+body.rainbow-repeat-10.rainbow-color-7-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+8), body.rainbow-repeat-10.rainbow-color-6-sapphire .nav-folder-children > .nav-folder:nth-child(10n+7),
+body.rainbow-repeat-10.rainbow-color-6-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+7), body.rainbow-repeat-10.rainbow-color-5-sapphire .nav-folder-children > .nav-folder:nth-child(10n+6),
+body.rainbow-repeat-10.rainbow-color-5-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+6), body.rainbow-repeat-10.rainbow-color-4-sapphire .nav-folder-children > .nav-folder:nth-child(10n+5),
+body.rainbow-repeat-10.rainbow-color-4-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+5), body.rainbow-repeat-10.rainbow-color-3-sapphire .nav-folder-children > .nav-folder:nth-child(10n+4),
+body.rainbow-repeat-10.rainbow-color-3-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+4), body.rainbow-repeat-10.rainbow-color-2-sapphire .nav-folder-children > .nav-folder:nth-child(10n+3),
+body.rainbow-repeat-10.rainbow-color-2-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+3), body.rainbow-repeat-10.rainbow-color-1-sapphire .nav-folder-children > .nav-folder:nth-child(10n+2),
+body.rainbow-repeat-10.rainbow-color-1-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+2), body.rainbow-repeat-9.rainbow-color-9-sapphire .nav-folder-children > .nav-folder:nth-child(9n+10),
+body.rainbow-repeat-9.rainbow-color-9-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+10), body.rainbow-repeat-9.rainbow-color-8-sapphire .nav-folder-children > .nav-folder:nth-child(9n+9),
+body.rainbow-repeat-9.rainbow-color-8-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+9), body.rainbow-repeat-9.rainbow-color-7-sapphire .nav-folder-children > .nav-folder:nth-child(9n+8),
+body.rainbow-repeat-9.rainbow-color-7-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+8), body.rainbow-repeat-9.rainbow-color-6-sapphire .nav-folder-children > .nav-folder:nth-child(9n+7),
+body.rainbow-repeat-9.rainbow-color-6-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+7), body.rainbow-repeat-9.rainbow-color-5-sapphire .nav-folder-children > .nav-folder:nth-child(9n+6),
+body.rainbow-repeat-9.rainbow-color-5-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+6), body.rainbow-repeat-9.rainbow-color-4-sapphire .nav-folder-children > .nav-folder:nth-child(9n+5),
+body.rainbow-repeat-9.rainbow-color-4-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+5), body.rainbow-repeat-9.rainbow-color-3-sapphire .nav-folder-children > .nav-folder:nth-child(9n+4),
+body.rainbow-repeat-9.rainbow-color-3-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+4), body.rainbow-repeat-9.rainbow-color-2-sapphire .nav-folder-children > .nav-folder:nth-child(9n+3),
+body.rainbow-repeat-9.rainbow-color-2-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+3), body.rainbow-repeat-9.rainbow-color-1-sapphire .nav-folder-children > .nav-folder:nth-child(9n+2),
+body.rainbow-repeat-9.rainbow-color-1-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+2), body.rainbow-repeat-8.rainbow-color-8-sapphire .nav-folder-children > .nav-folder:nth-child(8n+9),
+body.rainbow-repeat-8.rainbow-color-8-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+9), body.rainbow-repeat-8.rainbow-color-7-sapphire .nav-folder-children > .nav-folder:nth-child(8n+8),
+body.rainbow-repeat-8.rainbow-color-7-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+8), body.rainbow-repeat-8.rainbow-color-6-sapphire .nav-folder-children > .nav-folder:nth-child(8n+7),
+body.rainbow-repeat-8.rainbow-color-6-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+7), body.rainbow-repeat-8.rainbow-color-5-sapphire .nav-folder-children > .nav-folder:nth-child(8n+6),
+body.rainbow-repeat-8.rainbow-color-5-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+6), body.rainbow-repeat-8.rainbow-color-4-sapphire .nav-folder-children > .nav-folder:nth-child(8n+5),
+body.rainbow-repeat-8.rainbow-color-4-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+5), body.rainbow-repeat-8.rainbow-color-3-sapphire .nav-folder-children > .nav-folder:nth-child(8n+4),
+body.rainbow-repeat-8.rainbow-color-3-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+4), body.rainbow-repeat-8.rainbow-color-2-sapphire .nav-folder-children > .nav-folder:nth-child(8n+3),
+body.rainbow-repeat-8.rainbow-color-2-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+3), body.rainbow-repeat-8.rainbow-color-1-sapphire .nav-folder-children > .nav-folder:nth-child(8n+2),
+body.rainbow-repeat-8.rainbow-color-1-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+2), body.rainbow-repeat-7.rainbow-color-7-sapphire .nav-folder-children > .nav-folder:nth-child(7n+8),
+body.rainbow-repeat-7.rainbow-color-7-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+8), body.rainbow-repeat-7.rainbow-color-6-sapphire .nav-folder-children > .nav-folder:nth-child(7n+7),
+body.rainbow-repeat-7.rainbow-color-6-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+7), body.rainbow-repeat-7.rainbow-color-5-sapphire .nav-folder-children > .nav-folder:nth-child(7n+6),
+body.rainbow-repeat-7.rainbow-color-5-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+6), body.rainbow-repeat-7.rainbow-color-4-sapphire .nav-folder-children > .nav-folder:nth-child(7n+5),
+body.rainbow-repeat-7.rainbow-color-4-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+5), body.rainbow-repeat-7.rainbow-color-3-sapphire .nav-folder-children > .nav-folder:nth-child(7n+4),
+body.rainbow-repeat-7.rainbow-color-3-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+4), body.rainbow-repeat-7.rainbow-color-2-sapphire .nav-folder-children > .nav-folder:nth-child(7n+3),
+body.rainbow-repeat-7.rainbow-color-2-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+3), body.rainbow-repeat-7.rainbow-color-1-sapphire .nav-folder-children > .nav-folder:nth-child(7n+2),
+body.rainbow-repeat-7.rainbow-color-1-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+2), body.rainbow-repeat-6.rainbow-color-6-sapphire .nav-folder-children > .nav-folder:nth-child(6n+7),
+body.rainbow-repeat-6.rainbow-color-6-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+7), body.rainbow-repeat-6.rainbow-color-5-sapphire .nav-folder-children > .nav-folder:nth-child(6n+6),
+body.rainbow-repeat-6.rainbow-color-5-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+6), body.rainbow-repeat-6.rainbow-color-4-sapphire .nav-folder-children > .nav-folder:nth-child(6n+5),
+body.rainbow-repeat-6.rainbow-color-4-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+5), body.rainbow-repeat-6.rainbow-color-3-sapphire .nav-folder-children > .nav-folder:nth-child(6n+4),
+body.rainbow-repeat-6.rainbow-color-3-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+4), body.rainbow-repeat-6.rainbow-color-2-sapphire .nav-folder-children > .nav-folder:nth-child(6n+3),
+body.rainbow-repeat-6.rainbow-color-2-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+3), body.rainbow-repeat-6.rainbow-color-1-sapphire .nav-folder-children > .nav-folder:nth-child(6n+2),
+body.rainbow-repeat-6.rainbow-color-1-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+2), body.rainbow-repeat-5.rainbow-color-5-sapphire .nav-folder-children > .nav-folder:nth-child(5n+6),
+body.rainbow-repeat-5.rainbow-color-5-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+6), body.rainbow-repeat-5.rainbow-color-4-sapphire .nav-folder-children > .nav-folder:nth-child(5n+5),
+body.rainbow-repeat-5.rainbow-color-4-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+5), body.rainbow-repeat-5.rainbow-color-3-sapphire .nav-folder-children > .nav-folder:nth-child(5n+4),
+body.rainbow-repeat-5.rainbow-color-3-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+4), body.rainbow-repeat-5.rainbow-color-2-sapphire .nav-folder-children > .nav-folder:nth-child(5n+3),
+body.rainbow-repeat-5.rainbow-color-2-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+3), body.rainbow-repeat-5.rainbow-color-1-sapphire .nav-folder-children > .nav-folder:nth-child(5n+2),
+body.rainbow-repeat-5.rainbow-color-1-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+2), body.rainbow-repeat-4.rainbow-color-4-sapphire .nav-folder-children > .nav-folder:nth-child(4n+5),
+body.rainbow-repeat-4.rainbow-color-4-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+5), body.rainbow-repeat-4.rainbow-color-3-sapphire .nav-folder-children > .nav-folder:nth-child(4n+4),
+body.rainbow-repeat-4.rainbow-color-3-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+4), body.rainbow-repeat-4.rainbow-color-2-sapphire .nav-folder-children > .nav-folder:nth-child(4n+3),
+body.rainbow-repeat-4.rainbow-color-2-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+3), body.rainbow-repeat-4.rainbow-color-1-sapphire .nav-folder-children > .nav-folder:nth-child(4n+2),
+body.rainbow-repeat-4.rainbow-color-1-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+2), body.rainbow-repeat-3.rainbow-color-3-sapphire .nav-folder-children > .nav-folder:nth-child(3n+4),
+body.rainbow-repeat-3.rainbow-color-3-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+4), body.rainbow-repeat-3.rainbow-color-2-sapphire .nav-folder-children > .nav-folder:nth-child(3n+3),
+body.rainbow-repeat-3.rainbow-color-2-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+3), body.rainbow-repeat-3.rainbow-color-1-sapphire .nav-folder-children > .nav-folder:nth-child(3n+2),
+body.rainbow-repeat-3.rainbow-color-1-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+2), body.rainbow-repeat-2.rainbow-color-2-sapphire .nav-folder-children > .nav-folder:nth-child(2n+3),
+body.rainbow-repeat-2.rainbow-color-2-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(2n+3), body.rainbow-repeat-2.rainbow-color-1-sapphire .nav-folder-children > .nav-folder:nth-child(2n+2),
+body.rainbow-repeat-2.rainbow-color-1-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(2n+2), body.rainbow-repeat-1.rainbow-color-1-sapphire .nav-folder-children > .nav-folder:nth-child(1n+2),
+body.rainbow-repeat-1.rainbow-color-1-sapphire [data-type=bookmarks] .tree-item.tree-item:nth-child(1n+2) {
+ --rainbow-folder-color: var(--ctp-sapphire);
+}
+
+body.rainbow-repeat-11.rainbow-color-11-blue .nav-folder-children > .nav-folder:nth-child(11n+12),
+body.rainbow-repeat-11.rainbow-color-11-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+12), body.rainbow-repeat-11.rainbow-color-10-blue .nav-folder-children > .nav-folder:nth-child(11n+11),
+body.rainbow-repeat-11.rainbow-color-10-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+11), body.rainbow-repeat-11.rainbow-color-9-blue .nav-folder-children > .nav-folder:nth-child(11n+10),
+body.rainbow-repeat-11.rainbow-color-9-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+10), body.rainbow-repeat-11.rainbow-color-8-blue .nav-folder-children > .nav-folder:nth-child(11n+9),
+body.rainbow-repeat-11.rainbow-color-8-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+9), body.rainbow-repeat-11.rainbow-color-7-blue .nav-folder-children > .nav-folder:nth-child(11n+8),
+body.rainbow-repeat-11.rainbow-color-7-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+8), body.rainbow-repeat-11.rainbow-color-6-blue .nav-folder-children > .nav-folder:nth-child(11n+7),
+body.rainbow-repeat-11.rainbow-color-6-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+7), body.rainbow-repeat-11.rainbow-color-5-blue .nav-folder-children > .nav-folder:nth-child(11n+6),
+body.rainbow-repeat-11.rainbow-color-5-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+6), body.rainbow-repeat-11.rainbow-color-4-blue .nav-folder-children > .nav-folder:nth-child(11n+5),
+body.rainbow-repeat-11.rainbow-color-4-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+5), body.rainbow-repeat-11.rainbow-color-3-blue .nav-folder-children > .nav-folder:nth-child(11n+4),
+body.rainbow-repeat-11.rainbow-color-3-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+4), body.rainbow-repeat-11.rainbow-color-2-blue .nav-folder-children > .nav-folder:nth-child(11n+3),
+body.rainbow-repeat-11.rainbow-color-2-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+3), body.rainbow-repeat-11.rainbow-color-1-blue .nav-folder-children > .nav-folder:nth-child(11n+2),
+body.rainbow-repeat-11.rainbow-color-1-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+2), body.rainbow-repeat-10.rainbow-color-10-blue .nav-folder-children > .nav-folder:nth-child(10n+11),
+body.rainbow-repeat-10.rainbow-color-10-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+11), body.rainbow-repeat-10.rainbow-color-9-blue .nav-folder-children > .nav-folder:nth-child(10n+10),
+body.rainbow-repeat-10.rainbow-color-9-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+10), body.rainbow-repeat-10.rainbow-color-8-blue .nav-folder-children > .nav-folder:nth-child(10n+9),
+body.rainbow-repeat-10.rainbow-color-8-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+9), body.rainbow-repeat-10.rainbow-color-7-blue .nav-folder-children > .nav-folder:nth-child(10n+8),
+body.rainbow-repeat-10.rainbow-color-7-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+8), body.rainbow-repeat-10.rainbow-color-6-blue .nav-folder-children > .nav-folder:nth-child(10n+7),
+body.rainbow-repeat-10.rainbow-color-6-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+7), body.rainbow-repeat-10.rainbow-color-5-blue .nav-folder-children > .nav-folder:nth-child(10n+6),
+body.rainbow-repeat-10.rainbow-color-5-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+6), body.rainbow-repeat-10.rainbow-color-4-blue .nav-folder-children > .nav-folder:nth-child(10n+5),
+body.rainbow-repeat-10.rainbow-color-4-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+5), body.rainbow-repeat-10.rainbow-color-3-blue .nav-folder-children > .nav-folder:nth-child(10n+4),
+body.rainbow-repeat-10.rainbow-color-3-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+4), body.rainbow-repeat-10.rainbow-color-2-blue .nav-folder-children > .nav-folder:nth-child(10n+3),
+body.rainbow-repeat-10.rainbow-color-2-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+3), body.rainbow-repeat-10.rainbow-color-1-blue .nav-folder-children > .nav-folder:nth-child(10n+2),
+body.rainbow-repeat-10.rainbow-color-1-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+2), body.rainbow-repeat-9.rainbow-color-9-blue .nav-folder-children > .nav-folder:nth-child(9n+10),
+body.rainbow-repeat-9.rainbow-color-9-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+10), body.rainbow-repeat-9.rainbow-color-8-blue .nav-folder-children > .nav-folder:nth-child(9n+9),
+body.rainbow-repeat-9.rainbow-color-8-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+9), body.rainbow-repeat-9.rainbow-color-7-blue .nav-folder-children > .nav-folder:nth-child(9n+8),
+body.rainbow-repeat-9.rainbow-color-7-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+8), body.rainbow-repeat-9.rainbow-color-6-blue .nav-folder-children > .nav-folder:nth-child(9n+7),
+body.rainbow-repeat-9.rainbow-color-6-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+7), body.rainbow-repeat-9.rainbow-color-5-blue .nav-folder-children > .nav-folder:nth-child(9n+6),
+body.rainbow-repeat-9.rainbow-color-5-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+6), body.rainbow-repeat-9.rainbow-color-4-blue .nav-folder-children > .nav-folder:nth-child(9n+5),
+body.rainbow-repeat-9.rainbow-color-4-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+5), body.rainbow-repeat-9.rainbow-color-3-blue .nav-folder-children > .nav-folder:nth-child(9n+4),
+body.rainbow-repeat-9.rainbow-color-3-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+4), body.rainbow-repeat-9.rainbow-color-2-blue .nav-folder-children > .nav-folder:nth-child(9n+3),
+body.rainbow-repeat-9.rainbow-color-2-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+3), body.rainbow-repeat-9.rainbow-color-1-blue .nav-folder-children > .nav-folder:nth-child(9n+2),
+body.rainbow-repeat-9.rainbow-color-1-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+2), body.rainbow-repeat-8.rainbow-color-8-blue .nav-folder-children > .nav-folder:nth-child(8n+9),
+body.rainbow-repeat-8.rainbow-color-8-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+9), body.rainbow-repeat-8.rainbow-color-7-blue .nav-folder-children > .nav-folder:nth-child(8n+8),
+body.rainbow-repeat-8.rainbow-color-7-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+8), body.rainbow-repeat-8.rainbow-color-6-blue .nav-folder-children > .nav-folder:nth-child(8n+7),
+body.rainbow-repeat-8.rainbow-color-6-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+7), body.rainbow-repeat-8.rainbow-color-5-blue .nav-folder-children > .nav-folder:nth-child(8n+6),
+body.rainbow-repeat-8.rainbow-color-5-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+6), body.rainbow-repeat-8.rainbow-color-4-blue .nav-folder-children > .nav-folder:nth-child(8n+5),
+body.rainbow-repeat-8.rainbow-color-4-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+5), body.rainbow-repeat-8.rainbow-color-3-blue .nav-folder-children > .nav-folder:nth-child(8n+4),
+body.rainbow-repeat-8.rainbow-color-3-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+4), body.rainbow-repeat-8.rainbow-color-2-blue .nav-folder-children > .nav-folder:nth-child(8n+3),
+body.rainbow-repeat-8.rainbow-color-2-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+3), body.rainbow-repeat-8.rainbow-color-1-blue .nav-folder-children > .nav-folder:nth-child(8n+2),
+body.rainbow-repeat-8.rainbow-color-1-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+2), body.rainbow-repeat-7.rainbow-color-7-blue .nav-folder-children > .nav-folder:nth-child(7n+8),
+body.rainbow-repeat-7.rainbow-color-7-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+8), body.rainbow-repeat-7.rainbow-color-6-blue .nav-folder-children > .nav-folder:nth-child(7n+7),
+body.rainbow-repeat-7.rainbow-color-6-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+7), body.rainbow-repeat-7.rainbow-color-5-blue .nav-folder-children > .nav-folder:nth-child(7n+6),
+body.rainbow-repeat-7.rainbow-color-5-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+6), body.rainbow-repeat-7.rainbow-color-4-blue .nav-folder-children > .nav-folder:nth-child(7n+5),
+body.rainbow-repeat-7.rainbow-color-4-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+5), body.rainbow-repeat-7.rainbow-color-3-blue .nav-folder-children > .nav-folder:nth-child(7n+4),
+body.rainbow-repeat-7.rainbow-color-3-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+4), body.rainbow-repeat-7.rainbow-color-2-blue .nav-folder-children > .nav-folder:nth-child(7n+3),
+body.rainbow-repeat-7.rainbow-color-2-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+3), body.rainbow-repeat-7.rainbow-color-1-blue .nav-folder-children > .nav-folder:nth-child(7n+2),
+body.rainbow-repeat-7.rainbow-color-1-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+2), body.rainbow-repeat-6.rainbow-color-6-blue .nav-folder-children > .nav-folder:nth-child(6n+7),
+body.rainbow-repeat-6.rainbow-color-6-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+7), body.rainbow-repeat-6.rainbow-color-5-blue .nav-folder-children > .nav-folder:nth-child(6n+6),
+body.rainbow-repeat-6.rainbow-color-5-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+6), body.rainbow-repeat-6.rainbow-color-4-blue .nav-folder-children > .nav-folder:nth-child(6n+5),
+body.rainbow-repeat-6.rainbow-color-4-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+5), body.rainbow-repeat-6.rainbow-color-3-blue .nav-folder-children > .nav-folder:nth-child(6n+4),
+body.rainbow-repeat-6.rainbow-color-3-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+4), body.rainbow-repeat-6.rainbow-color-2-blue .nav-folder-children > .nav-folder:nth-child(6n+3),
+body.rainbow-repeat-6.rainbow-color-2-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+3), body.rainbow-repeat-6.rainbow-color-1-blue .nav-folder-children > .nav-folder:nth-child(6n+2),
+body.rainbow-repeat-6.rainbow-color-1-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+2), body.rainbow-repeat-5.rainbow-color-5-blue .nav-folder-children > .nav-folder:nth-child(5n+6),
+body.rainbow-repeat-5.rainbow-color-5-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+6), body.rainbow-repeat-5.rainbow-color-4-blue .nav-folder-children > .nav-folder:nth-child(5n+5),
+body.rainbow-repeat-5.rainbow-color-4-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+5), body.rainbow-repeat-5.rainbow-color-3-blue .nav-folder-children > .nav-folder:nth-child(5n+4),
+body.rainbow-repeat-5.rainbow-color-3-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+4), body.rainbow-repeat-5.rainbow-color-2-blue .nav-folder-children > .nav-folder:nth-child(5n+3),
+body.rainbow-repeat-5.rainbow-color-2-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+3), body.rainbow-repeat-5.rainbow-color-1-blue .nav-folder-children > .nav-folder:nth-child(5n+2),
+body.rainbow-repeat-5.rainbow-color-1-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+2), body.rainbow-repeat-4.rainbow-color-4-blue .nav-folder-children > .nav-folder:nth-child(4n+5),
+body.rainbow-repeat-4.rainbow-color-4-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+5), body.rainbow-repeat-4.rainbow-color-3-blue .nav-folder-children > .nav-folder:nth-child(4n+4),
+body.rainbow-repeat-4.rainbow-color-3-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+4), body.rainbow-repeat-4.rainbow-color-2-blue .nav-folder-children > .nav-folder:nth-child(4n+3),
+body.rainbow-repeat-4.rainbow-color-2-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+3), body.rainbow-repeat-4.rainbow-color-1-blue .nav-folder-children > .nav-folder:nth-child(4n+2),
+body.rainbow-repeat-4.rainbow-color-1-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+2), body.rainbow-repeat-3.rainbow-color-3-blue .nav-folder-children > .nav-folder:nth-child(3n+4),
+body.rainbow-repeat-3.rainbow-color-3-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+4), body.rainbow-repeat-3.rainbow-color-2-blue .nav-folder-children > .nav-folder:nth-child(3n+3),
+body.rainbow-repeat-3.rainbow-color-2-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+3), body.rainbow-repeat-3.rainbow-color-1-blue .nav-folder-children > .nav-folder:nth-child(3n+2),
+body.rainbow-repeat-3.rainbow-color-1-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+2), body.rainbow-repeat-2.rainbow-color-2-blue .nav-folder-children > .nav-folder:nth-child(2n+3),
+body.rainbow-repeat-2.rainbow-color-2-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(2n+3), body.rainbow-repeat-2.rainbow-color-1-blue .nav-folder-children > .nav-folder:nth-child(2n+2),
+body.rainbow-repeat-2.rainbow-color-1-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(2n+2), body.rainbow-repeat-1.rainbow-color-1-blue .nav-folder-children > .nav-folder:nth-child(1n+2),
+body.rainbow-repeat-1.rainbow-color-1-blue [data-type=bookmarks] .tree-item.tree-item:nth-child(1n+2) {
+ --rainbow-folder-color: var(--ctp-blue);
+}
+
+body.rainbow-repeat-11.rainbow-color-11-lavender .nav-folder-children > .nav-folder:nth-child(11n+12),
+body.rainbow-repeat-11.rainbow-color-11-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+12), body.rainbow-repeat-11.rainbow-color-10-lavender .nav-folder-children > .nav-folder:nth-child(11n+11),
+body.rainbow-repeat-11.rainbow-color-10-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+11), body.rainbow-repeat-11.rainbow-color-9-lavender .nav-folder-children > .nav-folder:nth-child(11n+10),
+body.rainbow-repeat-11.rainbow-color-9-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+10), body.rainbow-repeat-11.rainbow-color-8-lavender .nav-folder-children > .nav-folder:nth-child(11n+9),
+body.rainbow-repeat-11.rainbow-color-8-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+9), body.rainbow-repeat-11.rainbow-color-7-lavender .nav-folder-children > .nav-folder:nth-child(11n+8),
+body.rainbow-repeat-11.rainbow-color-7-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+8), body.rainbow-repeat-11.rainbow-color-6-lavender .nav-folder-children > .nav-folder:nth-child(11n+7),
+body.rainbow-repeat-11.rainbow-color-6-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+7), body.rainbow-repeat-11.rainbow-color-5-lavender .nav-folder-children > .nav-folder:nth-child(11n+6),
+body.rainbow-repeat-11.rainbow-color-5-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+6), body.rainbow-repeat-11.rainbow-color-4-lavender .nav-folder-children > .nav-folder:nth-child(11n+5),
+body.rainbow-repeat-11.rainbow-color-4-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+5), body.rainbow-repeat-11.rainbow-color-3-lavender .nav-folder-children > .nav-folder:nth-child(11n+4),
+body.rainbow-repeat-11.rainbow-color-3-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+4), body.rainbow-repeat-11.rainbow-color-2-lavender .nav-folder-children > .nav-folder:nth-child(11n+3),
+body.rainbow-repeat-11.rainbow-color-2-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+3), body.rainbow-repeat-11.rainbow-color-1-lavender .nav-folder-children > .nav-folder:nth-child(11n+2),
+body.rainbow-repeat-11.rainbow-color-1-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(11n+2), body.rainbow-repeat-10.rainbow-color-10-lavender .nav-folder-children > .nav-folder:nth-child(10n+11),
+body.rainbow-repeat-10.rainbow-color-10-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+11), body.rainbow-repeat-10.rainbow-color-9-lavender .nav-folder-children > .nav-folder:nth-child(10n+10),
+body.rainbow-repeat-10.rainbow-color-9-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+10), body.rainbow-repeat-10.rainbow-color-8-lavender .nav-folder-children > .nav-folder:nth-child(10n+9),
+body.rainbow-repeat-10.rainbow-color-8-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+9), body.rainbow-repeat-10.rainbow-color-7-lavender .nav-folder-children > .nav-folder:nth-child(10n+8),
+body.rainbow-repeat-10.rainbow-color-7-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+8), body.rainbow-repeat-10.rainbow-color-6-lavender .nav-folder-children > .nav-folder:nth-child(10n+7),
+body.rainbow-repeat-10.rainbow-color-6-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+7), body.rainbow-repeat-10.rainbow-color-5-lavender .nav-folder-children > .nav-folder:nth-child(10n+6),
+body.rainbow-repeat-10.rainbow-color-5-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+6), body.rainbow-repeat-10.rainbow-color-4-lavender .nav-folder-children > .nav-folder:nth-child(10n+5),
+body.rainbow-repeat-10.rainbow-color-4-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+5), body.rainbow-repeat-10.rainbow-color-3-lavender .nav-folder-children > .nav-folder:nth-child(10n+4),
+body.rainbow-repeat-10.rainbow-color-3-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+4), body.rainbow-repeat-10.rainbow-color-2-lavender .nav-folder-children > .nav-folder:nth-child(10n+3),
+body.rainbow-repeat-10.rainbow-color-2-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+3), body.rainbow-repeat-10.rainbow-color-1-lavender .nav-folder-children > .nav-folder:nth-child(10n+2),
+body.rainbow-repeat-10.rainbow-color-1-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(10n+2), body.rainbow-repeat-9.rainbow-color-9-lavender .nav-folder-children > .nav-folder:nth-child(9n+10),
+body.rainbow-repeat-9.rainbow-color-9-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+10), body.rainbow-repeat-9.rainbow-color-8-lavender .nav-folder-children > .nav-folder:nth-child(9n+9),
+body.rainbow-repeat-9.rainbow-color-8-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+9), body.rainbow-repeat-9.rainbow-color-7-lavender .nav-folder-children > .nav-folder:nth-child(9n+8),
+body.rainbow-repeat-9.rainbow-color-7-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+8), body.rainbow-repeat-9.rainbow-color-6-lavender .nav-folder-children > .nav-folder:nth-child(9n+7),
+body.rainbow-repeat-9.rainbow-color-6-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+7), body.rainbow-repeat-9.rainbow-color-5-lavender .nav-folder-children > .nav-folder:nth-child(9n+6),
+body.rainbow-repeat-9.rainbow-color-5-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+6), body.rainbow-repeat-9.rainbow-color-4-lavender .nav-folder-children > .nav-folder:nth-child(9n+5),
+body.rainbow-repeat-9.rainbow-color-4-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+5), body.rainbow-repeat-9.rainbow-color-3-lavender .nav-folder-children > .nav-folder:nth-child(9n+4),
+body.rainbow-repeat-9.rainbow-color-3-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+4), body.rainbow-repeat-9.rainbow-color-2-lavender .nav-folder-children > .nav-folder:nth-child(9n+3),
+body.rainbow-repeat-9.rainbow-color-2-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+3), body.rainbow-repeat-9.rainbow-color-1-lavender .nav-folder-children > .nav-folder:nth-child(9n+2),
+body.rainbow-repeat-9.rainbow-color-1-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(9n+2), body.rainbow-repeat-8.rainbow-color-8-lavender .nav-folder-children > .nav-folder:nth-child(8n+9),
+body.rainbow-repeat-8.rainbow-color-8-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+9), body.rainbow-repeat-8.rainbow-color-7-lavender .nav-folder-children > .nav-folder:nth-child(8n+8),
+body.rainbow-repeat-8.rainbow-color-7-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+8), body.rainbow-repeat-8.rainbow-color-6-lavender .nav-folder-children > .nav-folder:nth-child(8n+7),
+body.rainbow-repeat-8.rainbow-color-6-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+7), body.rainbow-repeat-8.rainbow-color-5-lavender .nav-folder-children > .nav-folder:nth-child(8n+6),
+body.rainbow-repeat-8.rainbow-color-5-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+6), body.rainbow-repeat-8.rainbow-color-4-lavender .nav-folder-children > .nav-folder:nth-child(8n+5),
+body.rainbow-repeat-8.rainbow-color-4-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+5), body.rainbow-repeat-8.rainbow-color-3-lavender .nav-folder-children > .nav-folder:nth-child(8n+4),
+body.rainbow-repeat-8.rainbow-color-3-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+4), body.rainbow-repeat-8.rainbow-color-2-lavender .nav-folder-children > .nav-folder:nth-child(8n+3),
+body.rainbow-repeat-8.rainbow-color-2-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+3), body.rainbow-repeat-8.rainbow-color-1-lavender .nav-folder-children > .nav-folder:nth-child(8n+2),
+body.rainbow-repeat-8.rainbow-color-1-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(8n+2), body.rainbow-repeat-7.rainbow-color-7-lavender .nav-folder-children > .nav-folder:nth-child(7n+8),
+body.rainbow-repeat-7.rainbow-color-7-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+8), body.rainbow-repeat-7.rainbow-color-6-lavender .nav-folder-children > .nav-folder:nth-child(7n+7),
+body.rainbow-repeat-7.rainbow-color-6-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+7), body.rainbow-repeat-7.rainbow-color-5-lavender .nav-folder-children > .nav-folder:nth-child(7n+6),
+body.rainbow-repeat-7.rainbow-color-5-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+6), body.rainbow-repeat-7.rainbow-color-4-lavender .nav-folder-children > .nav-folder:nth-child(7n+5),
+body.rainbow-repeat-7.rainbow-color-4-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+5), body.rainbow-repeat-7.rainbow-color-3-lavender .nav-folder-children > .nav-folder:nth-child(7n+4),
+body.rainbow-repeat-7.rainbow-color-3-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+4), body.rainbow-repeat-7.rainbow-color-2-lavender .nav-folder-children > .nav-folder:nth-child(7n+3),
+body.rainbow-repeat-7.rainbow-color-2-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+3), body.rainbow-repeat-7.rainbow-color-1-lavender .nav-folder-children > .nav-folder:nth-child(7n+2),
+body.rainbow-repeat-7.rainbow-color-1-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(7n+2), body.rainbow-repeat-6.rainbow-color-6-lavender .nav-folder-children > .nav-folder:nth-child(6n+7),
+body.rainbow-repeat-6.rainbow-color-6-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+7), body.rainbow-repeat-6.rainbow-color-5-lavender .nav-folder-children > .nav-folder:nth-child(6n+6),
+body.rainbow-repeat-6.rainbow-color-5-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+6), body.rainbow-repeat-6.rainbow-color-4-lavender .nav-folder-children > .nav-folder:nth-child(6n+5),
+body.rainbow-repeat-6.rainbow-color-4-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+5), body.rainbow-repeat-6.rainbow-color-3-lavender .nav-folder-children > .nav-folder:nth-child(6n+4),
+body.rainbow-repeat-6.rainbow-color-3-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+4), body.rainbow-repeat-6.rainbow-color-2-lavender .nav-folder-children > .nav-folder:nth-child(6n+3),
+body.rainbow-repeat-6.rainbow-color-2-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+3), body.rainbow-repeat-6.rainbow-color-1-lavender .nav-folder-children > .nav-folder:nth-child(6n+2),
+body.rainbow-repeat-6.rainbow-color-1-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(6n+2), body.rainbow-repeat-5.rainbow-color-5-lavender .nav-folder-children > .nav-folder:nth-child(5n+6),
+body.rainbow-repeat-5.rainbow-color-5-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+6), body.rainbow-repeat-5.rainbow-color-4-lavender .nav-folder-children > .nav-folder:nth-child(5n+5),
+body.rainbow-repeat-5.rainbow-color-4-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+5), body.rainbow-repeat-5.rainbow-color-3-lavender .nav-folder-children > .nav-folder:nth-child(5n+4),
+body.rainbow-repeat-5.rainbow-color-3-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+4), body.rainbow-repeat-5.rainbow-color-2-lavender .nav-folder-children > .nav-folder:nth-child(5n+3),
+body.rainbow-repeat-5.rainbow-color-2-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+3), body.rainbow-repeat-5.rainbow-color-1-lavender .nav-folder-children > .nav-folder:nth-child(5n+2),
+body.rainbow-repeat-5.rainbow-color-1-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(5n+2), body.rainbow-repeat-4.rainbow-color-4-lavender .nav-folder-children > .nav-folder:nth-child(4n+5),
+body.rainbow-repeat-4.rainbow-color-4-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+5), body.rainbow-repeat-4.rainbow-color-3-lavender .nav-folder-children > .nav-folder:nth-child(4n+4),
+body.rainbow-repeat-4.rainbow-color-3-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+4), body.rainbow-repeat-4.rainbow-color-2-lavender .nav-folder-children > .nav-folder:nth-child(4n+3),
+body.rainbow-repeat-4.rainbow-color-2-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+3), body.rainbow-repeat-4.rainbow-color-1-lavender .nav-folder-children > .nav-folder:nth-child(4n+2),
+body.rainbow-repeat-4.rainbow-color-1-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(4n+2), body.rainbow-repeat-3.rainbow-color-3-lavender .nav-folder-children > .nav-folder:nth-child(3n+4),
+body.rainbow-repeat-3.rainbow-color-3-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+4), body.rainbow-repeat-3.rainbow-color-2-lavender .nav-folder-children > .nav-folder:nth-child(3n+3),
+body.rainbow-repeat-3.rainbow-color-2-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+3), body.rainbow-repeat-3.rainbow-color-1-lavender .nav-folder-children > .nav-folder:nth-child(3n+2),
+body.rainbow-repeat-3.rainbow-color-1-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(3n+2), body.rainbow-repeat-2.rainbow-color-2-lavender .nav-folder-children > .nav-folder:nth-child(2n+3),
+body.rainbow-repeat-2.rainbow-color-2-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(2n+3), body.rainbow-repeat-2.rainbow-color-1-lavender .nav-folder-children > .nav-folder:nth-child(2n+2),
+body.rainbow-repeat-2.rainbow-color-1-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(2n+2), body.rainbow-repeat-1.rainbow-color-1-lavender .nav-folder-children > .nav-folder:nth-child(1n+2),
+body.rainbow-repeat-1.rainbow-color-1-lavender [data-type=bookmarks] .tree-item.tree-item:nth-child(1n+2) {
+ --rainbow-folder-color: var(--ctp-lavender);
+}
diff --git a/SI/.obsidian/snippets/dashboard-ReadLineLength.css b/SI/.obsidian/snippets/dashboard-ReadLineLength.css
new file mode 100644
index 0000000..9b64dc7
--- /dev/null
+++ b/SI/.obsidian/snippets/dashboard-ReadLineLength.css
@@ -0,0 +1,12 @@
+/*
+Optional css that can be added to make dashboards use wide margin
+if "Readable line length" is enabled in Editor
+
+Updated 2022-02-28
+
+*/
+
+ .dashboard .markdown-preview-section {
+ width: 100% !important;
+ max-width: 100% !important;
+ } \ No newline at end of file
diff --git a/SI/.obsidian/snippets/dashboard.css b/SI/.obsidian/snippets/dashboard.css
new file mode 100644
index 0000000..efa6bf1
--- /dev/null
+++ b/SI/.obsidian/snippets/dashboard.css
@@ -0,0 +1,62 @@
+/* Updated 2023-08-07 */
+
+.dashboard {
+ padding-left: 25px !important;
+ padding-right: 25px !important;
+ padding-top: 20px !important;
+}
+
+.dashboard .markdown-preview-section {
+ max-width: 100%;
+}
+
+/* Title at top of the document */
+.dashboard .markdown-preview-section .title {
+ top: 60px;
+ position: absolute;
+ font-size: 26pt !important;
+ font-weight: bolder;
+ letter-spacing: 8px;
+}
+
+.dashboard h1 {
+ border-bottom-style: dotted !important;
+ border-width: 1px !important;
+ padding-bottom: 3px !important;
+}
+
+
+/* Get rid of the parent bullet */
+.dashboard div.markdown-preview-section > div > ul > li > div.list-bullet {
+ display: none !important;
+}
+
+/* Remove the indentation guide lines */
+.dashboard.markdown-rendered.show-indentation-guide li > ul::before,
+.dashboard.markdown-rendered.show-indentation-guide li > ol::before {
+ display: none;
+}
+
+div.markdown-preview-section > div > ul.has-list-bullet > li {
+ padding-left: 0p !important;
+}
+
+.dashboard div > ul {
+ list-style: none;
+ display: flex;
+ column-gap: 50px;
+ flex-flow: row wrap;
+}
+
+.dashboard div > ul > li {
+ min-width: 250px;
+ width: 15%;
+}
+
+/* Dataview support */
+.dashboard ul.dataview {
+ row-gap: 0px !important;
+ list-style-type: disc !important;
+}
+
+
diff --git a/SI/.obsidian/snippets/extended-colorschemes.css b/SI/.obsidian/snippets/extended-colorschemes.css
new file mode 100644
index 0000000..01f7917
--- /dev/null
+++ b/SI/.obsidian/snippets/extended-colorschemes.css
@@ -0,0 +1,875 @@
+@charset "UTF-8";
+/* @settings
+name: AnuPpuccin Themes Extended
+id: anuppuccin-theme-settings-extended
+settings:
+ -
+ id: anp-theme-ext-light
+ title: Toggle extended light theme
+ type: class-toggle
+ -
+ id: anp-theme-ext-dark
+ title: Toggle extended dark theme
+ type: class-toggle
+ -
+ id: anp-theme-ext-amoled
+ title: Toggle amoled black on all themes
+ type: class-toggle
+ -
+ id: catppuccin-theme-extended
+ title: Light theme flavor
+ description: Select your preferred light mode flavor
+ type: class-select
+ allowEmpty: false
+ default: ctp-nord-light
+ options:
+ -
+ label: Atom
+ value: ctp-atom-light
+ -
+ label: Everforest
+ value: ctp-everforest-light
+ -
+ label: Gruvbox
+ value: ctp-gruvbox-light
+ -
+ label: Material Mint
+ value: ctp-material-mint-light
+ -
+ label: Luminescence
+ value: ctp-luminescence-light
+ -
+ label: Nord
+ value: ctp-nord-light
+ -
+ label: Notion
+ value: ctp-notion-light
+ -
+ label: Sandy Beaches
+ value: ctp-sandy-beaches-light
+ -
+ label: Solarized
+ value: ctp-solarized-light
+ -
+ id: catppuccin-theme-dark-extended
+ title: Dark theme flavor
+ description: Select your preferred dark mode flavor
+ type: class-select
+ allowEmpty: false
+ default: ctp-nord-dark
+ options:
+ -
+ label: AMOLED Dark
+ value: ctp-amoled-dark
+ -
+ label: Atom
+ value: ctp-atom-dark
+ -
+ label: Coffee
+ value: ctp-coffee-dark
+ -
+ label: Dark (Generic)
+ value: ctp-generic-dark
+ -
+ label: Dracula
+ value: ctp-dracula
+ -
+ label: Everforest
+ value: ctp-everforest-dark
+ -
+ label: Gruvbox
+ value: ctp-gruvbox-dark
+ -
+ label: Kanagawa
+ value: ctp-kanagawa-dark
+ -
+ label: Material Mint
+ value: ctp-material-mint-dark
+ -
+ label: Nord
+ value: ctp-nord-dark
+ -
+ label: Notion
+ value: ctp-notion-dark
+ -
+ label: Nord Dark (Custom palette)
+ value: ctp-nord-darker
+ -
+ label: Rosé Pine
+ value: ctp-rosepine-dark
+ -
+ label: Rosebox
+ value: ctp-rosebox
+ -
+ label: Royal Velvet
+ value: ctp-royal-velvet
+ -
+ label: Solarized
+ value: ctp-solarized-dark
+*/
+.theme-dark.anp-theme-ext-dark.ctp-rosebox {
+ --ctp-accent: 165, 117, 98;
+ --background-modifier-border: rgb(51, 51, 51);
+}
+
+.theme-light.anp-theme-ext-light.ctp-nord-light {
+ --ctp-accent: 136, 192, 208;
+}
+
+.theme-light.anp-theme-ext-light.ctp-material-mint-light {
+ --ctp-accent: var(--ctp-teal);
+}
+
+.theme-dark.anp-theme-ext-dark.ctp-material-mint-dark {
+ --ctp-accent: var(--ctp-teal);
+}
+
+.theme-dark.anp-theme-ext-dark.ctp-nord-dark {
+ --ctp-accent: 136, 192, 208;
+}
+
+.theme-dark.anp-theme-ext-dark.ctp-nord-darker {
+ --ctp-accent: 136, 192, 208;
+}
+
+.theme-light.anp-theme-ext-light.ctp-atom-light {
+ --ctp-accent: var(--ctp-blue);
+}
+
+.theme-dark.anp-theme-ext-dark.ctp-atom-dark {
+ --ctp-accent: var(--ctp-blue);
+}
+
+.theme-dark.anp-theme-ext-amoled {
+ --ctp-ext-surface2: 80, 80, 80 !important;
+ --ctp-ext-surface1: 50, 50, 50 !important;
+ --ctp-ext-surface0: 30, 30, 30 !important;
+ --ctp-ext-base: 10, 10, 10 !important;
+ --ctp-ext-mantle: 5, 5, 5 !important;
+ --ctp-ext-crust: 0, 0, 0 !important;
+}
+
+.theme-light.anp-theme-ext-light.ctp-atom-light, .anp-theme-ext-light.ctp-atom-light .themed-color-wrapper > .theme-light {
+ --ctp-ext-rosewater: 229, 148, 121;
+ --ctp-ext-flamingo: 197, 103, 131;
+ --ctp-ext-pink: 166, 37, 104;
+ --ctp-ext-mauve: 166, 37, 164;
+ --ctp-ext-red: 231, 85, 69;
+ --ctp-ext-maroon: 231, 101, 69;
+ --ctp-ext-peach: 227, 86, 73;
+ --ctp-ext-yellow: 152, 104, 0;
+ --ctp-ext-green: 78, 162, 76;
+ --ctp-ext-teal: 0, 188, 182;
+ --ctp-ext-sky: 0, 132, 188;
+ --ctp-ext-sapphire: 0, 119, 188;
+ --ctp-ext-blue: 61, 116, 246;
+ --ctp-ext-lavender: 152, 84, 151;
+ --ctp-ext-text: 56, 58, 66;
+ --ctp-ext-subtext1: 77, 80, 91;
+ --ctp-ext-subtext0: 99, 102, 116;
+ --ctp-ext-overlay2: 123, 124, 138;
+ --ctp-ext-overlay1: 148, 148, 158;
+ --ctp-ext-overlay0: 174, 173, 179;
+ --ctp-ext-surface2: 201, 197, 197;
+ --ctp-ext-surface1: 218, 216, 216;
+ --ctp-ext-surface0: 237, 237, 237;
+ --ctp-ext-base: 250, 250, 250;
+ --ctp-ext-mantle: 234, 234, 235;
+ --ctp-ext-crust: 219, 219, 220;
+}
+
+.theme-dark.anp-theme-ext-dark.ctp-amoled-dark, .anp-theme-ext-dark.ctp-amoled-dark .themed-color-wrapper > .theme-dark {
+ --ctp-ext-rosewater: 245, 224, 220;
+ --ctp-ext-flamingo: 242, 205, 205;
+ --ctp-ext-pink: 245, 194, 231;
+ --ctp-ext-mauve: 203, 166, 247;
+ --ctp-ext-red: 243, 139, 168;
+ --ctp-ext-maroon: 235, 160, 172;
+ --ctp-ext-peach: 250, 179, 135;
+ --ctp-ext-yellow: 249, 226, 175;
+ --ctp-ext-green: 166, 227, 161;
+ --ctp-ext-teal: 148, 226, 213;
+ --ctp-ext-sky: 137, 220, 235;
+ --ctp-ext-sapphire: 116, 199, 236;
+ --ctp-ext-blue: 135, 176, 249;
+ --ctp-ext-lavender: 180, 190, 254;
+ --ctp-ext-text: 255, 255, 255;
+ --ctp-ext-subtext1: 210, 210, 210;
+ --ctp-ext-subtext0: 189, 189, 189;
+ --ctp-ext-overlay2: 168, 168, 168;
+ --ctp-ext-overlay1: 147, 147, 147;
+ --ctp-ext-overlay0: 126, 126, 126;
+ --ctp-ext-surface2: 80, 80, 80;
+ --ctp-ext-surface1: 50, 50, 50;
+ --ctp-ext-surface0: 30, 30, 30;
+ --ctp-ext-base: 10, 10, 10;
+ --ctp-ext-mantle: 5, 5, 5;
+ --ctp-ext-crust: 0, 0, 0;
+}
+
+.theme-dark.anp-theme-ext-dark.ctp-atom-dark, .anp-theme-ext-dark.ctp-atom-dark .themed-color-wrapper > .theme-dark {
+ --ctp-ext-rosewater: 226, 196, 168;
+ --ctp-ext-flamingo: 238, 187, 216;
+ --ctp-ext-pink: 221, 120, 211;
+ --ctp-ext-mauve: 198, 120, 221;
+ --ctp-ext-red: 224, 108, 117;
+ --ctp-ext-maroon: 224, 121, 108;
+ --ctp-ext-peach: 209, 154, 102;
+ --ctp-ext-yellow: 229, 192, 123;
+ --ctp-ext-green: 152, 195, 121;
+ --ctp-ext-teal: 86, 182, 194;
+ --ctp-ext-sky: 83, 185, 174;
+ --ctp-ext-sapphire: 93, 185, 187;
+ --ctp-ext-blue: 97, 175, 239;
+ --ctp-ext-lavender: 170, 127, 183;
+ --ctp-ext-text: 221, 222, 223;
+ --ctp-ext-subtext1: 171, 171, 171;
+ --ctp-ext-subtext0: 135, 135, 135;
+ --ctp-ext-overlay2: 108, 115, 132;
+ --ctp-ext-overlay1: 96, 102, 118;
+ --ctp-ext-overlay0: 80, 85, 98;
+ --ctp-ext-surface2: 66, 73, 88;
+ --ctp-ext-surface1: 57, 63, 76;
+ --ctp-ext-surface0: 48, 53, 64;
+ --ctp-ext-base: 39, 43, 52;
+ --ctp-ext-mantle: 33, 37, 43;
+ --ctp-ext-crust: 26, 30, 36;
+}
+
+.theme-dark.anp-theme-ext-dark.ctp-coffee-dark, .anp-theme-ext-dark.ctp-coffee-dark .themed-color-wrapper > .theme-dark {
+ --ctp-ext-rosewater: 236, 222, 213;
+ --ctp-ext-flamingo: 234, 195, 214;
+ --ctp-ext-pink: 234, 159, 194;
+ --ctp-ext-mauve: 215, 159, 234;
+ --ctp-ext-red: 234, 159, 159;
+ --ctp-ext-maroon: 234, 169, 159;
+ --ctp-ext-peach: 234, 178, 159;
+ --ctp-ext-yellow: 234, 201, 159;
+ --ctp-ext-green: 174, 213, 165;
+ --ctp-ext-teal: 164, 234, 192;
+ --ctp-ext-sky: 174, 224, 206;
+ --ctp-ext-sapphire: 163, 225, 235;
+ --ctp-ext-blue: 163, 200, 235;
+ --ctp-ext-lavender: 182, 186, 226;
+ --ctp-ext-text: 250, 218, 195;
+ --ctp-ext-subtext1: 247, 204, 172;
+ --ctp-ext-subtext0: 235, 192, 160;
+ --ctp-ext-overlay2: 199, 163, 136;
+ --ctp-ext-overlay1: 173, 144, 124;
+ --ctp-ext-overlay0: 120, 102, 96;
+ --ctp-ext-surface2: 94, 84, 86;
+ --ctp-ext-surface1: 85, 77, 82;
+ --ctp-ext-surface0: 76, 70, 78;
+ --ctp-ext-base: 58, 56, 69;
+ --ctp-ext-mantle: 47, 46, 56;
+ --ctp-ext-crust: 38, 37, 45;
+}
+
+.theme-dark.anp-theme-ext-dark.ctp-dracula, .anp-theme-ext-dark.ctp-dracula .themed-color-wrapper > .theme-dark {
+ --ctp-ext-rosewater: 246, 201, 153;
+ --ctp-ext-flamingo: 245, 189, 166;
+ --ctp-ext-pink: 228, 157, 248;
+ --ctp-ext-mauve: 189, 147, 249;
+ --ctp-ext-red: 255, 85, 85;
+ --ctp-ext-maroon: 230, 102, 102;
+ --ctp-ext-peach: 255, 184, 108;
+ --ctp-ext-yellow: 241, 250, 140;
+ --ctp-ext-green: 80, 250, 123;
+ --ctp-ext-teal: 104, 219, 211;
+ --ctp-ext-sky: 139, 233, 253;
+ --ctp-ext-sapphire: 104, 197, 240;
+ --ctp-ext-blue: 95, 126, 222;
+ --ctp-ext-lavender: 197, 146, 222;
+ --ctp-ext-text: 248, 248, 242;
+ --ctp-ext-subtext1: 211, 211, 197;
+ --ctp-ext-subtext0: 191, 191, 181;
+ --ctp-ext-overlay2: 139, 143, 167;
+ --ctp-ext-overlay1: 110, 114, 145;
+ --ctp-ext-overlay0: 88, 92, 116;
+ --ctp-ext-surface2: 68, 71, 90;
+ --ctp-ext-surface1: 56, 59, 76;
+ --ctp-ext-surface0: 48, 50, 65;
+ --ctp-ext-base: 40, 42, 54;
+ --ctp-ext-mantle: 33, 34, 44;
+ --ctp-ext-crust: 26, 27, 35;
+}
+
+.theme-light.anp-theme-ext-light.ctp-everforest-light, .anp-theme-ext-light.ctp-everforest-light .themed-color-wrapper > .theme-light {
+ --ctp-ext-rosewater: 222, 177, 145;
+ --ctp-ext-flamingo: 221, 181, 194;
+ --ctp-ext-pink: 233, 130, 190;
+ --ctp-ext-mauve: 184, 122, 156;
+ --ctp-ext-red: 248, 85, 82;
+ --ctp-ext-maroon: 248, 104, 82;
+ --ctp-ext-peach: 245, 125, 38;
+ --ctp-ext-yellow: 191, 152, 61;
+ --ctp-ext-green: 137, 156, 64;
+ --ctp-ext-teal: 86, 157, 121;
+ --ctp-ext-sky: 86, 157, 139;
+ --ctp-ext-sapphire: 86, 157, 138;
+ --ctp-ext-blue: 90, 147, 162;
+ --ctp-ext-lavender: 208, 161, 187;
+ --ctp-ext-text: 92, 106, 114;
+ --ctp-ext-subtext1: 114, 125, 132;
+ --ctp-ext-subtext0: 135, 150, 134;
+ --ctp-ext-overlay2: 147, 159, 145;
+ --ctp-ext-overlay1: 164, 173, 158;
+ --ctp-ext-overlay0: 223, 219, 200;
+ --ctp-ext-surface2: 227, 224, 204;
+ --ctp-ext-surface1: 237, 234, 213;
+ --ctp-ext-surface0: 243, 239, 218;
+ --ctp-ext-base: 253, 246, 227;
+ --ctp-ext-mantle: 246, 241, 221;
+ --ctp-ext-crust: 240, 237, 216;
+}
+
+.theme-dark.anp-theme-ext-dark.ctp-everforest-dark, .anp-theme-ext-dark.ctp-everforest-dark .themed-color-wrapper > .theme-dark {
+ --ctp-ext-rosewater: 231, 198, 155;
+ --ctp-ext-flamingo: 224, 186, 207;
+ --ctp-ext-pink: 227, 150, 174;
+ --ctp-ext-mauve: 184, 123, 157;
+ --ctp-ext-red: 218, 99, 98;
+ --ctp-ext-maroon: 218, 116, 98;
+ --ctp-ext-peach: 215, 127, 72;
+ --ctp-ext-yellow: 191, 152, 61;
+ --ctp-ext-green: 137, 156, 64;
+ --ctp-ext-teal: 86, 157, 121;
+ --ctp-ext-sky: 86, 157, 144;
+ --ctp-ext-sapphire: 86, 156, 157;
+ --ctp-ext-blue: 90, 147, 162;
+ --ctp-ext-lavender: 180, 144, 202;
+ --ctp-ext-text: 211, 198, 170;
+ --ctp-ext-subtext1: 182, 192, 180;
+ --ctp-ext-subtext0: 154, 167, 157;
+ --ctp-ext-overlay2: 133, 146, 137;
+ --ctp-ext-overlay1: 127, 137, 125;
+ --ctp-ext-overlay0: 81, 91, 97;
+ --ctp-ext-surface2: 74, 85, 91;
+ --ctp-ext-surface1: 64, 76, 81;
+ --ctp-ext-surface0: 55, 66, 71;
+ --ctp-ext-base: 47, 56, 62;
+ --ctp-ext-mantle: 39, 47, 52;
+ --ctp-ext-crust: 34, 40, 44;
+}
+
+.theme-dark.anp-theme-ext-dark.ctp-generic-dark, .anp-theme-ext-dark.ctp-generic-dark .themed-color-wrapper > .theme-dark {
+ --ctp-ext-rosewater: 245, 224, 220;
+ --ctp-ext-flamingo: 242, 205, 205;
+ --ctp-ext-pink: 245, 194, 231;
+ --ctp-ext-mauve: 203, 166, 247;
+ --ctp-ext-red: 243, 139, 168;
+ --ctp-ext-maroon: 235, 160, 172;
+ --ctp-ext-peach: 250, 179, 135;
+ --ctp-ext-yellow: 249, 226, 175;
+ --ctp-ext-green: 166, 227, 161;
+ --ctp-ext-teal: 148, 226, 213;
+ --ctp-ext-sky: 137, 220, 235;
+ --ctp-ext-sapphire: 116, 199, 236;
+ --ctp-ext-blue: 135, 176, 249;
+ --ctp-ext-lavender: 180, 190, 254;
+ --ctp-ext-text: 255, 255, 255;
+ --ctp-ext-subtext1: 210, 210, 210;
+ --ctp-ext-subtext0: 189, 189, 189;
+ --ctp-ext-overlay2: 168, 168, 168;
+ --ctp-ext-overlay1: 147, 147, 147;
+ --ctp-ext-overlay0: 126, 126, 126;
+ --ctp-ext-surface2: 105, 105, 105;
+ --ctp-ext-surface1: 84, 84, 84;
+ --ctp-ext-surface0: 63, 63, 63;
+ --ctp-ext-base: 42, 42, 42;
+ --ctp-ext-mantle: 21, 21, 21;
+ --ctp-ext-crust: 0, 0, 0;
+}
+
+.theme-dark.anp-theme-ext-dark.ctp-gruvbox-dark, .anp-theme-ext-dark.ctp-gruvbox-dark .themed-color-wrapper > .theme-dark {
+ --ctp-ext-rosewater: 243, 128, 25;
+ --ctp-ext-flamingo: 207, 162, 174;
+ --ctp-ext-pink: 177, 98, 118;
+ --ctp-ext-mauve: 177, 98, 134;
+ --ctp-ext-red: 204, 36, 29;
+ --ctp-ext-maroon: 204, 49, 29;
+ --ctp-ext-peach: 214, 93, 14;
+ --ctp-ext-yellow: 215, 153, 33;
+ --ctp-ext-green: 152, 151, 26;
+ --ctp-ext-teal: 102, 152, 26;
+ --ctp-ext-sky: 26, 152, 76;
+ --ctp-ext-sapphire: 26, 133, 152;
+ --ctp-ext-blue: 69, 133, 136;
+ --ctp-ext-lavender: 146, 111, 175;
+ --ctp-ext-text: 251, 241, 199;
+ --ctp-ext-subtext1: 213, 196, 161;
+ --ctp-ext-subtext0: 189, 174, 147;
+ --ctp-ext-overlay2: 151, 137, 125;
+ --ctp-ext-overlay1: 124, 111, 100;
+ --ctp-ext-overlay0: 102, 92, 84;
+ --ctp-ext-surface2: 80, 73, 69;
+ --ctp-ext-surface1: 60, 56, 54;
+ --ctp-ext-surface0: 50, 48, 47;
+ --ctp-ext-base: 40, 40, 40;
+ --ctp-ext-mantle: 29, 32, 33;
+ --ctp-ext-crust: 19, 21, 22;
+}
+
+.theme-light.anp-theme-ext-light.ctp-gruvbox-light, .anp-theme-ext-light.ctp-gruvbox-light .themed-color-wrapper > .theme-light {
+ --ctp-ext-rosewater: 243, 128, 25;
+ --ctp-ext-flamingo: 207, 162, 174;
+ --ctp-ext-pink: 177, 98, 118;
+ --ctp-ext-mauve: 177, 98, 134;
+ --ctp-ext-red: 204, 36, 29;
+ --ctp-ext-maroon: 204, 49, 29;
+ --ctp-ext-peach: 214, 93, 14;
+ --ctp-ext-yellow: 215, 153, 33;
+ --ctp-ext-green: 152, 151, 26;
+ --ctp-ext-teal: 102, 152, 26;
+ --ctp-ext-sky: 26, 152, 76;
+ --ctp-ext-sapphire: 26, 133, 152;
+ --ctp-ext-blue: 69, 133, 136;
+ --ctp-ext-lavender: 146, 111, 175;
+ --ctp-ext-text: 40, 40, 40;
+ --ctp-ext-subtext1: 80, 73, 69;
+ --ctp-ext-subtext0: 102, 92, 84;
+ --ctp-ext-overlay2: 149, 131, 106;
+ --ctp-ext-overlay1: 168, 153, 133;
+ --ctp-ext-overlay0: 189, 174, 147;
+ --ctp-ext-surface2: 214, 196, 161;
+ --ctp-ext-surface1: 235, 219, 179;
+ --ctp-ext-surface0: 242, 229, 188;
+ --ctp-ext-base: 249, 245, 215;
+ --ctp-ext-mantle: 236, 225, 196;
+ --ctp-ext-crust: 230, 215, 178;
+}
+
+.theme-dark.anp-theme-ext-dark.ctp-kanagawa-dark, .anp-theme-ext-dark.ctp-kanagawa-dark .themed-color-wrapper > .theme-dark {
+ --ctp-ext-rosewater: 255, 200, 148;
+ --ctp-ext-flamingo: 210, 126, 129;
+ --ctp-ext-pink: 210, 126, 153;
+ --ctp-ext-mauve: 149, 127, 184;
+ --ctp-ext-red: 255, 93, 98;
+ --ctp-ext-maroon: 228, 104, 118;
+ --ctp-ext-peach: 255, 160, 102;
+ --ctp-ext-yellow: 230, 195, 132;
+ --ctp-ext-green: 152, 187, 108;
+ --ctp-ext-teal: 122, 168, 159;
+ --ctp-ext-sky: 163, 212, 213;
+ --ctp-ext-sapphire: 127, 180, 202;
+ --ctp-ext-blue: 126, 156, 216;
+ --ctp-ext-lavender: 147, 138, 169;
+ --ctp-ext-text: 220, 215, 186;
+ --ctp-ext-subtext1: 212, 206, 170;
+ --ctp-ext-subtext0: 200, 192, 147;
+ --ctp-ext-overlay2: 95, 95, 124;
+ --ctp-ext-overlay1: 84, 84, 109;
+ --ctp-ext-overlay0: 73, 73, 95;
+ --ctp-ext-surface2: 62, 62, 81;
+ --ctp-ext-surface1: 54, 54, 69;
+ --ctp-ext-surface0: 42, 42, 55;
+ --ctp-ext-base: 31, 31, 40;
+ --ctp-ext-mantle: 22, 22, 29;
+ --ctp-ext-crust: 11, 11, 15;
+}
+
+.theme-light.anp-theme-ext-light.ctp-luminescence-light, .anp-theme-ext-light.ctp-luminescence-light .themed-color-wrapper > .theme-light {
+ --ctp-ext-rosewater: 227, 130, 130;
+ --ctp-ext-flamingo: 227, 130, 154;
+ --ctp-ext-pink: 237, 172, 171;
+ --ctp-ext-mauve: 212, 165, 198;
+ --ctp-ext-red: 232, 152, 151;
+ --ctp-ext-maroon: 209, 149, 148;
+ --ctp-ext-peach: 229, 172, 154;
+ --ctp-ext-yellow: 242, 203, 140;
+ --ctp-ext-green: 148, 189, 117;
+ --ctp-ext-teal: 98, 157, 142;
+ --ctp-ext-sky: 98, 157, 157;
+ --ctp-ext-sapphire: 117, 153, 189;
+ --ctp-ext-blue: 130, 146, 201;
+ --ctp-ext-lavender: 151, 151, 211;
+ --ctp-ext-text: 101, 73, 65;
+ --ctp-ext-subtext1: 122, 91, 82;
+ --ctp-ext-subtext0: 122, 91, 82;
+ --ctp-ext-overlay2: 157, 130, 123;
+ --ctp-ext-overlay1: 194, 171, 163;
+ --ctp-ext-overlay0: 223, 219, 200;
+ --ctp-ext-surface2: 246, 243, 239;
+ --ctp-ext-surface1: 225, 212, 208;
+ --ctp-ext-surface0: 205, 183, 177;
+ --ctp-ext-base: 242, 238, 232;
+ --ctp-ext-mantle: 236, 231, 223;
+ --ctp-ext-crust: 236, 231, 223;
+}
+
+.theme-light.anp-theme-ext-light.ctp-material-mint-light, .anp-theme-ext-light.ctp-material-mint-light .themed-color-wrapper > .theme-light {
+ --ctp-ext-rosewater: 195, 126, 112;
+ --ctp-ext-flamingo: 180, 78, 78;
+ --ctp-ext-pink: 144, 61, 122;
+ --ctp-ext-mauve: 98, 61, 143;
+ --ctp-ext-red: 146, 62, 86;
+ --ctp-ext-maroon: 145, 62, 76;
+ --ctp-ext-peach: 195, 145, 114;
+ --ctp-ext-yellow: 184, 164, 123;
+ --ctp-ext-green: 51, 107, 46;
+ --ctp-ext-teal: 71, 123, 133;
+ --ctp-ext-sky: 47, 101, 110;
+ --ctp-ext-sapphire: 45, 88, 108;
+ --ctp-ext-blue: 46, 69, 109;
+ --ctp-ext-lavender: 53, 60, 100;
+ --ctp-ext-text: 5, 9, 10;
+ --ctp-ext-subtext1: 11, 18, 20;
+ --ctp-ext-subtext0: 18, 31, 33;
+ --ctp-ext-overlay2: 29, 49, 53;
+ --ctp-ext-overlay1: 43, 73, 80;
+ --ctp-ext-overlay0: 57, 98, 106;
+ --ctp-ext-surface2: 71, 122, 133;
+ --ctp-ext-surface1: 86, 147, 159;
+ --ctp-ext-surface0: 109, 165, 176;
+ --ctp-ext-base: 189, 214, 219;
+ --ctp-ext-mantle: 162, 198, 205;
+ --ctp-ext-crust: 136, 182, 191;
+}
+
+.theme-dark.anp-theme-ext-dark.ctp-material-mint-dark, .anp-theme-ext-dark.ctp-material-mint-dark .themed-color-wrapper > .theme-dark {
+ --ctp-ext-rosewater: 245, 224, 220;
+ --ctp-ext-flamingo: 242, 205, 205;
+ --ctp-ext-pink: 245, 194, 231;
+ --ctp-ext-mauve: 203, 166, 247;
+ --ctp-ext-red: 243, 139, 168;
+ --ctp-ext-maroon: 235, 160, 172;
+ --ctp-ext-peach: 250, 179, 135;
+ --ctp-ext-yellow: 249, 226, 175;
+ --ctp-ext-green: 166, 227, 161;
+ --ctp-ext-teal: 189, 214, 219;
+ --ctp-ext-sky: 137, 220, 235;
+ --ctp-ext-sapphire: 116, 199, 236;
+ --ctp-ext-blue: 135, 176, 249;
+ --ctp-ext-lavender: 180, 190, 254;
+ --ctp-ext-text: 189, 214, 219;
+ --ctp-ext-subtext1: 162, 198, 205;
+ --ctp-ext-subtext0: 136, 182, 191;
+ --ctp-ext-overlay2: 109, 165, 176;
+ --ctp-ext-overlay1: 86, 147, 159;
+ --ctp-ext-overlay0: 71, 122, 133;
+ --ctp-ext-surface2: 57, 98, 106;
+ --ctp-ext-surface1: 43, 73, 80;
+ --ctp-ext-surface0: 29, 49, 53;
+ --ctp-ext-base: 18, 31, 33;
+ --ctp-ext-mantle: 11, 18, 20;
+ --ctp-ext-crust: 5, 9, 10;
+}
+
+.theme-dark.anp-theme-ext-dark.ctp-nord-dark, .anp-theme-ext-dark.ctp-nord-dark .themed-color-wrapper > .theme-dark {
+ --ctp-ext-rosewater: 226, 191, 169;
+ --ctp-ext-flamingo: 239, 171, 150;
+ --ctp-ext-pink: 214, 163, 222;
+ --ctp-ext-mauve: 180, 142, 173;
+ --ctp-ext-red: 191, 97, 106;
+ --ctp-ext-maroon: 191, 108, 97;
+ --ctp-ext-peach: 208, 135, 112;
+ --ctp-ext-yellow: 235, 203, 139;
+ --ctp-ext-green: 163, 190, 140;
+ --ctp-ext-teal: 143, 188, 187;
+ --ctp-ext-sky: 136, 192, 208;
+ --ctp-ext-sapphire: 129, 161, 193;
+ --ctp-ext-blue: 94, 129, 172;
+ --ctp-ext-lavender: 192, 167, 187;
+ --ctp-ext-text: 236, 239, 244;
+ --ctp-ext-subtext1: 229, 233, 240;
+ --ctp-ext-subtext0: 217, 222, 232;
+ --ctp-ext-overlay2: 196, 201, 212;
+ --ctp-ext-overlay1: 172, 180, 195;
+ --ctp-ext-overlay0: 149, 158, 178;
+ --ctp-ext-surface2: 125, 137, 161;
+ --ctp-ext-surface1: 103, 116, 142;
+ --ctp-ext-surface0: 77, 87, 106;
+ --ctp-ext-base: 67, 76, 94;
+ --ctp-ext-mantle: 59, 66, 82;
+ --ctp-ext-crust: 46, 52, 64;
+}
+
+.theme-dark.anp-theme-ext-dark.ctp-nord-darker, .anp-theme-ext-dark.ctp-nord-darker .themed-color-wrapper > .theme-dark {
+ --ctp-ext-rosewater: 226, 191, 169;
+ --ctp-ext-flamingo: 239, 171, 150;
+ --ctp-ext-pink: 214, 163, 222;
+ --ctp-ext-mauve: 180, 142, 173;
+ --ctp-ext-red: 191, 97, 106;
+ --ctp-ext-maroon: 191, 108, 97;
+ --ctp-ext-peach: 208, 135, 112;
+ --ctp-ext-yellow: 235, 203, 139;
+ --ctp-ext-green: 163, 190, 140;
+ --ctp-ext-teal: 143, 188, 187;
+ --ctp-ext-sky: 136, 192, 208;
+ --ctp-ext-sapphire: 129, 161, 193;
+ --ctp-ext-blue: 94, 129, 172;
+ --ctp-ext-lavender: 192, 167, 187;
+ --ctp-ext-text: 236, 239, 244;
+ --ctp-ext-subtext1: 229, 233, 240;
+ --ctp-ext-subtext0: 217, 222, 232;
+ --ctp-ext-overlay2: 196, 201, 212;
+ --ctp-ext-overlay1: 172, 180, 195;
+ --ctp-ext-overlay0: 149, 158, 178;
+ --ctp-ext-surface2: 125, 137, 161;
+ --ctp-ext-surface1: 67, 76, 94;
+ --ctp-ext-surface0: 59, 66, 82;
+ --ctp-ext-base: 46, 52, 64;
+ --ctp-ext-mantle: 39, 43, 53;
+ --ctp-ext-crust: 30, 34, 41;
+}
+
+.theme-light.anp-theme-ext-light.ctp-nord-light, .anp-theme-ext-light.ctp-nord-light .themed-color-wrapper > .theme-light {
+ --ctp-ext-rosewater: 209, 135, 112;
+ --ctp-ext-flamingo: 180, 142, 173;
+ --ctp-ext-pink: 180, 142, 173;
+ --ctp-ext-mauve: 180, 142, 173;
+ --ctp-ext-red: 191, 97, 106;
+ --ctp-ext-maroon: 191, 97, 106;
+ --ctp-ext-peach: 208, 135, 112;
+ --ctp-ext-yellow: 216, 172, 84;
+ --ctp-ext-green: 136, 167, 108;
+ --ctp-ext-teal: 121, 191, 142;
+ --ctp-ext-sky: 143, 188, 187;
+ --ctp-ext-sapphire: 136, 192, 208;
+ --ctp-ext-blue: 94, 129, 172;
+ --ctp-ext-lavender: 94, 129, 172;
+ --ctp-ext-text: 46, 52, 64;
+ --ctp-ext-subtext1: 59, 66, 82;
+ --ctp-ext-subtext0: 67, 76, 94;
+ --ctp-ext-overlay2: 76, 86, 106;
+ --ctp-ext-overlay1: 86, 97, 118;
+ --ctp-ext-overlay0: 143, 188, 187;
+ --ctp-ext-surface2: 216, 222, 233;
+ --ctp-ext-surface1: 216, 222, 233;
+ --ctp-ext-surface0: 229, 233, 240;
+ --ctp-ext-base: 236, 239, 244;
+ --ctp-ext-mantle: 231, 235, 241;
+ --ctp-ext-crust: 229, 233, 240;
+}
+
+.theme-light.anp-theme-ext-light.ctp-notion-light, .anp-theme-ext-light.ctp-notion-light .themed-color-wrapper > .theme-light {
+ --ctp-ext-rosewater: 228, 122, 112;
+ --ctp-ext-flamingo: 186, 82, 117;
+ --ctp-ext-pink: 173, 26, 114;
+ --ctp-ext-mauve: 105, 64, 165;
+ --ctp-ext-red: 224, 62, 62;
+ --ctp-ext-maroon: 224, 76, 62;
+ --ctp-ext-peach: 217, 115, 13;
+ --ctp-ext-yellow: 223, 171, 1;
+ --ctp-ext-green: 15, 123, 108;
+ --ctp-ext-teal: 15, 123, 123;
+ --ctp-ext-sky: 11, 136, 153;
+ --ctp-ext-sapphire: 11, 122, 153;
+ --ctp-ext-blue: 11, 110, 153;
+ --ctp-ext-lavender: 107, 84, 141;
+ --ctp-ext-text: 55, 53, 47;
+ --ctp-ext-subtext1: 77, 74, 66;
+ --ctp-ext-subtext0: 99, 95, 84;
+ --ctp-ext-overlay2: 121, 117, 103;
+ --ctp-ext-overlay1: 123, 135, 142;
+ --ctp-ext-overlay0: 145, 155, 161;
+ --ctp-ext-surface2: 170, 177, 182;
+ --ctp-ext-surface1: 189, 195, 199;
+ --ctp-ext-surface0: 208, 212, 215;
+ --ctp-ext-base: 255, 255, 255;
+ --ctp-ext-mantle: 244, 245, 246;
+ --ctp-ext-crust: 227, 230, 232;
+}
+
+.theme-dark.anp-theme-ext-dark.ctp-notion-dark, .anp-theme-ext-dark.ctp-notion-dark .themed-color-wrapper > .theme-dark {
+ --ctp-ext-rosewater: 246, 174, 138;
+ --ctp-ext-flamingo: 248, 160, 154;
+ --ctp-ext-pink: 226, 85, 161;
+ --ctp-ext-mauve: 154, 109, 215;
+ --ctp-ext-red: 255, 115, 105;
+ --ctp-ext-maroon: 255, 120, 105;
+ --ctp-ext-peach: 255, 163, 68;
+ --ctp-ext-yellow: 255, 220, 73;
+ --ctp-ext-green: 77, 171, 154;
+ --ctp-ext-teal: 77, 171, 165;
+ --ctp-ext-sky: 77, 166, 171;
+ --ctp-ext-sapphire: 82, 178, 202;
+ --ctp-ext-blue: 82, 156, 202;
+ --ctp-ext-lavender: 156, 125, 198;
+ --ctp-ext-text: 227, 230, 232;
+ --ctp-ext-subtext1: 222, 225, 227;
+ --ctp-ext-subtext0: 200, 205, 208;
+ --ctp-ext-overlay2: 178, 185, 189;
+ --ctp-ext-overlay1: 156, 165, 171;
+ --ctp-ext-overlay0: 134, 145, 152;
+ --ctp-ext-surface2: 113, 125, 132;
+ --ctp-ext-surface1: 94, 104, 110;
+ --ctp-ext-surface0: 75, 83, 88;
+ --ctp-ext-base: 61, 68, 72;
+ --ctp-ext-mantle: 54, 60, 63;
+ --ctp-ext-crust: 47, 52, 55;
+}
+
+.theme-dark.anp-theme-ext-dark.ctp-rosebox, .anp-theme-ext-dark.ctp-rosebox .themed-color-wrapper > .theme-dark {
+ --ctp-ext-rosewater: 165, 117, 98;
+ --ctp-ext-flamingo: 165, 117, 98;
+ --ctp-ext-pink: 180, 142, 173;
+ --ctp-ext-mauve: 180, 142, 173;
+ --ctp-ext-red: 191, 97, 106;
+ --ctp-ext-maroon: 191, 97, 106;
+ --ctp-ext-peach: 208, 135, 112;
+ --ctp-ext-yellow: 235, 203, 139;
+ --ctp-ext-green: 163, 190, 140;
+ --ctp-ext-teal: 143, 188, 187;
+ --ctp-ext-sky: 136, 192, 208;
+ --ctp-ext-sapphire: 136, 192, 208;
+ --ctp-ext-blue: 94, 129, 172;
+ --ctp-ext-lavender: 129, 161, 193;
+ --ctp-ext-text: 163, 165, 170;
+ --ctp-ext-subtext1: 135, 137, 145;
+ --ctp-ext-subtext0: 110, 113, 119;
+ --ctp-ext-overlay2: 92, 92, 92;
+ --ctp-ext-overlay1: 82, 82, 82;
+ --ctp-ext-overlay0: 71, 71, 71;
+ --ctp-ext-surface2: 61, 61, 61;
+ --ctp-ext-surface1: 51, 51, 51;
+ --ctp-ext-surface0: 40, 40, 40;
+ --ctp-ext-base: 35, 35, 35;
+ --ctp-ext-mantle: 30, 30, 30;
+ --ctp-ext-crust: 25, 25, 25;
+}
+
+.theme-dark.anp-theme-ext-dark.ctp-rosepine-dark, .anp-theme-ext-dark.ctp-rosepine-dark .themed-color-wrapper > .theme-dark {
+ --ctp-ext-rosewater: 243, 215, 204;
+ --ctp-ext-flamingo: 235, 188, 186;
+ --ctp-ext-pink: 223, 167, 231;
+ --ctp-ext-mauve: 196, 167, 231;
+ --ctp-ext-red: 235, 111, 146;
+ --ctp-ext-maroon: 235, 122, 111;
+ --ctp-ext-peach: 235, 159, 111;
+ --ctp-ext-yellow: 246, 193, 119;
+ --ctp-ext-green: 114, 182, 156;
+ --ctp-ext-teal: 156, 207, 216;
+ --ctp-ext-sky: 49, 116, 143;
+ --ctp-ext-sapphire: 68, 132, 171;
+ --ctp-ext-blue: 76, 127, 169;
+ --ctp-ext-lavender: 210, 193, 231;
+ --ctp-ext-text: 224, 222, 244;
+ --ctp-ext-subtext1: 144, 140, 170;
+ --ctp-ext-subtext0: 110, 106, 134;
+ --ctp-ext-overlay2: 82, 79, 103;
+ --ctp-ext-overlay1: 64, 61, 82;
+ --ctp-ext-overlay0: 54, 50, 83;
+ --ctp-ext-surface2: 46, 42, 70;
+ --ctp-ext-surface1: 33, 32, 46;
+ --ctp-ext-surface0: 31, 29, 46;
+ --ctp-ext-base: 25, 23, 36;
+ --ctp-ext-mantle: 17, 16, 25;
+ --ctp-ext-crust: 11, 10, 16;
+}
+
+.theme-dark.anp-theme-ext-dark.ctp-royal-velvet, .anp-theme-ext-dark.ctp-royal-velvet .themed-color-wrapper > .theme-dark {
+ --ctp-ext-rosewater: 246, 201, 153;
+ --ctp-ext-flamingo: 245, 189, 166;
+ --ctp-ext-pink: 228, 157, 248;
+ --ctp-ext-mauve: 197, 146, 222;
+ --ctp-ext-red: 240, 120, 160;
+ --ctp-ext-maroon: 230, 102, 102;
+ --ctp-ext-peach: 230, 195, 125;
+ --ctp-ext-yellow: 241, 250, 140;
+ --ctp-ext-green: 130, 235, 130;
+ --ctp-ext-teal: 114, 224, 214;
+ --ctp-ext-sky: 139, 233, 253;
+ --ctp-ext-sapphire: 104, 197, 240;
+ --ctp-ext-blue: 95, 126, 222;
+ --ctp-ext-lavender: 154, 141, 247;
+ --ctp-ext-text: 248, 248, 242;
+ --ctp-ext-subtext1: 211, 211, 197;
+ --ctp-ext-subtext0: 191, 191, 181;
+ --ctp-ext-overlay2: 139, 143, 167;
+ --ctp-ext-overlay1: 110, 114, 145;
+ --ctp-ext-overlay0: 88, 92, 116;
+ --ctp-ext-surface2: 68, 71, 90;
+ --ctp-ext-surface1: 56, 59, 76;
+ --ctp-ext-surface0: 48, 50, 65;
+ --ctp-ext-base: 30, 30, 36;
+ --ctp-ext-mantle: 25, 25, 30;
+ --ctp-ext-crust: 20, 20, 25;
+}
+
+.theme-light.anp-theme-ext-light.ctp-sandy-beaches-light, .anp-theme-ext-light.ctp-sandy-beaches-light .themed-color-wrapper > .theme-light {
+ --ctp-ext-rosewater: 228, 212, 196;
+ --ctp-ext-flamingo: 214, 188, 174;
+ --ctp-ext-pink: 200, 164, 152;
+ --ctp-ext-mauve: 149, 136, 138;
+ --ctp-ext-red: 166, 137, 123;
+ --ctp-ext-maroon: 186, 144, 123;
+ --ctp-ext-peach: 199, 161, 135;
+ --ctp-ext-yellow: 212, 187, 160;
+ --ctp-ext-green: 152, 150, 134;
+ --ctp-ext-teal: 149, 156, 153;
+ --ctp-ext-sky: 138, 155, 163;
+ --ctp-ext-sapphire: 124, 133, 143;
+ --ctp-ext-blue: 109, 111, 123;
+ --ctp-ext-lavender: 135, 128, 142;
+ --ctp-ext-text: 104, 88, 80;
+ --ctp-ext-subtext1: 108, 92, 84;
+ --ctp-ext-subtext0: 111, 96, 88;
+ --ctp-ext-overlay2: 118, 103, 96;
+ --ctp-ext-overlay1: 124, 110, 103;
+ --ctp-ext-overlay0: 130, 117, 110;
+ --ctp-ext-surface2: 205, 197, 193;
+ --ctp-ext-surface1: 212, 205, 200;
+ --ctp-ext-surface0: 222, 216, 209;
+ --ctp-ext-base: 240, 234, 226;
+ --ctp-ext-mantle: 237, 231, 224;
+ --ctp-ext-crust: 230, 223, 216;
+}
+
+.theme-dark.anp-theme-ext-dark.ctp-solarized-dark, .anp-theme-ext-dark.ctp-solarized-dark .themed-color-wrapper > .theme-dark {
+ --ctp-ext-rosewater: 227, 131, 89;
+ --ctp-ext-flamingo: 241, 142, 168;
+ --ctp-ext-pink: 211, 54, 130;
+ --ctp-ext-mauve: 108, 113, 196;
+ --ctp-ext-red: 220, 50, 47;
+ --ctp-ext-maroon: 220, 60, 46;
+ --ctp-ext-peach: 203, 75, 22;
+ --ctp-ext-yellow: 181, 137, 0;
+ --ctp-ext-green: 133, 153, 0;
+ --ctp-ext-teal: 42, 161, 152;
+ --ctp-ext-sky: 42, 145, 161;
+ --ctp-ext-sapphire: 39, 168, 211;
+ --ctp-ext-blue: 38, 139, 210;
+ --ctp-ext-lavender: 139, 143, 222;
+ --ctp-ext-text: 253, 246, 227;
+ --ctp-ext-subtext1: 237, 232, 214;
+ --ctp-ext-subtext0: 225, 215, 183;
+ --ctp-ext-overlay2: 147, 161, 161;
+ --ctp-ext-overlay1: 117, 159, 163;
+ --ctp-ext-overlay0: 106, 168, 175;
+ --ctp-ext-surface2: 51, 129, 153;
+ --ctp-ext-surface1: 38, 97, 115;
+ --ctp-ext-surface0: 10, 76, 92;
+ --ctp-ext-base: 7, 54, 66;
+ --ctp-ext-mantle: 0, 43, 54;
+ --ctp-ext-crust: 0, 33, 41;
+}
+
+.theme-light.anp-theme-ext-light.ctp-solarized-light, .anp-theme-ext-light.ctp-solarized-light .themed-color-wrapper > .theme-light {
+ --ctp-ext-rosewater: 227, 131, 89;
+ --ctp-ext-flamingo: 241, 142, 168;
+ --ctp-ext-pink: 211, 54, 130;
+ --ctp-ext-mauve: 108, 113, 196;
+ --ctp-ext-red: 220, 50, 47;
+ --ctp-ext-maroon: 220, 60, 46;
+ --ctp-ext-peach: 203, 75, 22;
+ --ctp-ext-yellow: 181, 137, 0;
+ --ctp-ext-green: 133, 153, 0;
+ --ctp-ext-teal: 42, 161, 152;
+ --ctp-ext-sky: 42, 145, 161;
+ --ctp-ext-sapphire: 39, 168, 211;
+ --ctp-ext-blue: 38, 139, 210;
+ --ctp-ext-lavender: 139, 143, 222;
+ --ctp-ext-text: 0, 43, 54;
+ --ctp-ext-subtext1: 7, 54, 66;
+ --ctp-ext-subtext0: 10, 76, 92;
+ --ctp-ext-overlay2: 77, 96, 102;
+ --ctp-ext-overlay1: 88, 110, 117;
+ --ctp-ext-overlay0: 101, 123, 131;
+ --ctp-ext-surface2: 131, 148, 150;
+ --ctp-ext-surface1: 145, 160, 161;
+ --ctp-ext-surface0: 173, 184, 184;
+ --ctp-ext-base: 253, 246, 227;
+ --ctp-ext-mantle: 237, 232, 214;
+ --ctp-ext-crust: 224, 215, 184;
+}
diff --git a/SI/.obsidian/snippets/floating-search-bar.css b/SI/.obsidian/snippets/floating-search-bar.css
new file mode 100644
index 0000000..23083c0
--- /dev/null
+++ b/SI/.obsidian/snippets/floating-search-bar.css
@@ -0,0 +1,52 @@
+/* AGPLv3 License
+Floating Search Bar
+Author: AnubisNekhet
+Note: If you decide to implement it in your theme or redistribute it, please keep this comment (Especially for *certain* individuals who may try to rebrand it as their own :))
+Support me: https://buymeacoffee.com/AnubisNekhet
+*/
+.workspace-leaf-content[data-type=search] .nav-header {
+ z-index: var(--layer-popover);
+ padding: 0;
+ background: var(--background-secondary);
+}
+
+.workspace-leaf-content[data-type=search] .nav-header .nav-buttons-container {
+ padding: var(--size-4-2);
+}
+
+.workspace-leaf-content[data-type=search] .nav-header ~ .search-input-container {
+ background: var(--background-secondary);
+ padding: 0;
+ width: calc(100% - var(--size-4-3));
+ margin: 4px auto;
+ box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.05);
+ z-index: var(--layer-popover);
+}
+
+.workspace-leaf-content[data-type=search] .search-info-container {
+ box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.05);
+ color: var(--text-muted);
+ padding: var(--size-4-1) var(--size-4-4) var(--size-4-1);
+ font-size: var(--font-ui-smaller);
+ border: var(--input-border-width) solid var(--background-modifier-border);
+ width: fit-content;
+ max-width: calc(100% - var(--size-4-3));
+ margin-left: calc(0.5 * var(--size-4-3));
+ margin-right: calc(0.5 * var(--size-4-3));
+ border-radius: var(--input-radius);
+ background: var(--background-secondary);
+ z-index: var(--layer-popover);
+ overflow-x: clip;
+}
+
+.workspace-leaf-content[data-type=search] .search-info-container:empty {
+ display: none;
+}
+
+.workspace-leaf-content[data-type=search] .search-result-container.mod-global-search {
+ overflow-y: auto;
+ margin-bottom: calc(-1 * var(--padx));
+ top: calc(-1 * var(--padx));
+ --padx: 50px;
+ padding-top: calc(var(--padx) + 10px);
+}
diff --git a/SI/.obsidian/snippets/floating-status-bar.css b/SI/.obsidian/snippets/floating-status-bar.css
new file mode 100644
index 0000000..14d87f4
--- /dev/null
+++ b/SI/.obsidian/snippets/floating-status-bar.css
@@ -0,0 +1,29 @@
+/* AGPLv3 License
+Floating Status Bar
+Author: AnubisNekhet
+Note: If you decide to implement it in your theme or redistribute it, please keep this comment (Especially for *certain* individuals who may try to rebrand it as their own :))
+Support me: https://buymeacoffee.com/AnubisNekhet
+*/
+body {
+ --status-bar-position: absolute;
+ --status-bar-radius: var(--radius-m);
+}
+body .status-bar {
+ transform: translateX(calc(100% + 5px));
+ transition: transform 300ms 150ms;
+ bottom: 5px;
+ right: 5px;
+}
+body .status-bar::before {
+ width: 100%;
+ min-height: 100%;
+ content: " ";
+ position: absolute;
+ left: 0;
+ bottom: 0;
+ transform: translateX(-100%);
+}
+body .status-bar:hover {
+ transform: none;
+ transition: transform 300ms 150ms;
+}
diff --git a/SI/.obsidian/snippets/its-frontmatter.css b/SI/.obsidian/snippets/its-frontmatter.css
new file mode 100644
index 0000000..0d516e4
--- /dev/null
+++ b/SI/.obsidian/snippets/its-frontmatter.css
@@ -0,0 +1,69 @@
+/*------------------------------------------
+ * ITS is a theme by @SlRvb
+ * https://github.com/SlRvb/Obsidian--ITS-Theme
+ * This snippet is a simple imitation which tries to emulate the look of frontmatter in ITS.
+ * All credits go to SlRvb and their theme for inspiration.
+ * Donate to SlRvb here: https://ko-fi.com/slrvb
+------------------------------------------*/
+/* @settings
+name: AnuPpuccin ITS Frontmatter Snippet
+id: anp-its-frontmatter-settings
+settings:
+ -
+ id: frontmatter-background-opacity
+ title: Frontmatter background opacity
+ type: variable-number-slider
+ default: 1
+ min: 0
+ max: 1
+ step: 0.05
+*/
+body {
+ --frontmatter-background-opacity: 0.5;
+}
+
+.anp-button-metadata-toggle .frontmatter-container:not(.is-collapsed), .markdown-rendered.metadata-button .frontmatter-container:not(.is-collapsed) {
+ background-color: rgba(var(--ctp-mantle), var(--frontmatter-background-opacity));
+ border: 1px solid var(--background-modifier-border);
+ padding: var(--size-4-3);
+ border-radius: var(--radius-l);
+}
+.anp-button-metadata-toggle .frontmatter-container:not(.is-collapsed) .frontmatter-container-header, .markdown-rendered.metadata-button .frontmatter-container:not(.is-collapsed) .frontmatter-container-header {
+ top: 0;
+}
+.anp-button-metadata-toggle .frontmatter-container.is-collapsed, .markdown-rendered.metadata-button .frontmatter-container.is-collapsed {
+ border: none;
+ padding: 0;
+ border-radius: 0;
+}
+.anp-button-metadata-toggle .frontmatter-container.is-collapsed .frontmatter-container-header, .markdown-rendered.metadata-button .frontmatter-container.is-collapsed .frontmatter-container-header {
+ top: 0;
+}
+
+body:not(.anp-button-metadata-toggle) .frontmatter-container {
+ background-color: rgba(var(--ctp-mantle), var(--frontmatter-background-opacity));
+ border: 1px solid var(--background-modifier-border);
+ padding: var(--size-4-3);
+ border-radius: var(--radius-l);
+}
+body:not(.anp-button-metadata-toggle) .frontmatter-container.is-collapsed .frontmatter-container-header {
+ border-bottom: none;
+ margin-bottom: 0;
+ padding-bottom: 0;
+}
+
+.frontmatter-section-data.frontmatter-section-aliases {
+ background-color: var(--background-secondary-alt);
+ padding: var(--size-4-1);
+ border-radius: var(--tag-radius);
+}
+
+.frontmatter-section-data .frontmatter-section-data-item {
+ border: none;
+ background-color: var(--background-secondary-alt);
+ border-radius: var(--tag-radius);
+}
+
+.frontmatter-container:not(:has(.frontmatter-section)) {
+ display: none;
+}
diff --git a/SI/.obsidian/snippets/minimal-cards.css b/SI/.obsidian/snippets/minimal-cards.css
new file mode 100644
index 0000000..0c160e4
--- /dev/null
+++ b/SI/.obsidian/snippets/minimal-cards.css
@@ -0,0 +1,290 @@
+/* MIT License | Copyright (c) Stephan Ango (@kepano)
+Cards snippet for Obsidian
+author: @kepano
+version: 2.0.0
+Support my work:
+https://github.com/sponsors/kepano
+*/
+:root {
+ --cards-min-width: 180px;
+ --cards-max-width: 1fr;
+ --cards-mobile-width: 120px;
+ --cards-image-height: 400px;
+ --cards-padding: 1.2em;
+ --cards-image-fit: contain;
+ --cards-background: transparent;
+ --cards-border-width: 1px;
+ --cards-aspect-ratio: auto;
+ --cards-columns: repeat(auto-fit, minmax(var(--cards-min-width), var(--cards-max-width)));
+}
+
+@media (max-width: 400pt) {
+ :root {
+ --cards-min-width:var(--cards-mobile-width);
+ }
+}
+.cards.table-100 table.dataview tbody,
+.table-100 .cards table.dataview tbody {
+ padding: 0.25rem 0.75rem;
+}
+
+.cards table.dataview tbody {
+ clear: both;
+ padding: 0.5rem 0;
+ display: grid;
+ grid-template-columns: var(--cards-columns);
+ grid-column-gap: 0.75rem;
+ grid-row-gap: 0.75rem;
+}
+.cards table.dataview > tbody > tr {
+ background-color: var(--cards-background);
+ border: var(--cards-border-width) solid var(--background-modifier-border);
+ display: flex;
+ flex-direction: column;
+ margin: 0;
+ padding: 0 0 calc(var(--cards-padding) / 3) 0;
+ border-radius: 6px;
+ overflow: hidden;
+ transition: box-shadow 0.15s linear;
+ max-width: var(--cards-max-width);
+}
+.cards table.dataview > tbody > tr:hover {
+ border: var(--cards-border-width) solid var(--background-modifier-border-hover);
+ box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.05), 0 1px 3px 1px rgba(0, 0, 0, 0.025);
+ transition: box-shadow 0.15s linear;
+}
+.cards table.dataview tbody > tr > td {
+ /* Paragraphs */
+ /* Links */
+ /* Buttons */
+ /* Lists */
+ /* Images */
+}
+.cards table.dataview tbody > tr > td:first-child {
+ font-weight: var(--bold-weight);
+}
+.cards table.dataview tbody > tr > td:first-child a {
+ padding: 0 0 calc(var(--cards-padding) / 3);
+ display: block;
+}
+.cards table.dataview tbody > tr > td:not(:first-child) {
+ font-size: 90%;
+ color: var(--text-muted);
+}
+.cards table.dataview tbody > tr > td .el-p {
+ display: block;
+ width: 100%;
+}
+.cards table.dataview tbody > tr > td > *:not(.el-embed-image) {
+ padding: calc(var(--cards-padding) / 3) 0;
+}
+.cards table.dataview tbody > tr > td:not(:last-child):not(:first-child) > .el-p:not(.el-embed-image) {
+ border-bottom: 1px solid var(--background-modifier-border);
+ width: 100%;
+}
+.cards table.dataview tbody > tr > td a {
+ text-decoration: none;
+}
+.cards table.dataview tbody > tr > td > button {
+ width: 100%;
+ margin: calc(var(--cards-padding) / 2) 0;
+}
+.cards table.dataview tbody > tr > td:last-child > button {
+ margin-bottom: calc(var(--cards-padding) / 6);
+}
+.cards table.dataview tbody > tr > td > ul {
+ width: 100%;
+ padding: 0.25em 0 !important;
+ margin: 0 auto !important;
+}
+.cards table.dataview tbody > tr > td:not(:last-child) > ul {
+ border-bottom: 1px solid var(--background-modifier-border);
+}
+.cards table.dataview tbody > tr > td .el-embed-image {
+ background-color: var(--background-secondary);
+ display: block;
+ margin: 0 calc(var(--cards-padding) / -2) 0 calc(var(--cards-padding) / -2);
+ width: calc(100% + var(--cards-padding));
+}
+.cards table.dataview tbody > tr > td img {
+ aspect-ratio: var(--cards-aspect-ratio);
+ width: 100%;
+ object-fit: var(--cards-image-fit);
+ max-height: var(--cards-image-height);
+ background-color: var(--background-secondary);
+ vertical-align: bottom;
+}
+
+.markdown-source-view.mod-cm6.cards .dataview.table-view-table > tbody > tr > td,
+.trim-cols .cards table.dataview tbody > tr > td {
+ white-space: normal;
+}
+
+.cards .dataview.table-view-table > tbody > tr > td,
+.cards table.dataview tbody > tr > td,
+.markdown-source-view.mod-cm6.cards .dataview.table-view-table > tbody > tr > td,
+.markdown-source-view.mod-cm6.cards table.dataview tbody > tr > td {
+ border-bottom: none;
+ padding: 0 !important;
+ line-height: 1.2;
+ width: calc(100% - var(--cards-padding));
+ margin: 0 auto;
+ overflow: visible !important;
+ max-width: 100%;
+ display: flex;
+}
+
+.links-int-on .cards table.dataview tbody > tr > td a {
+ text-decoration: none;
+}
+
+/* Block button */
+.markdown-source-view.mod-cm6.cards .edit-block-button {
+ top: 0px;
+}
+
+/* ------------------- */
+/* Sorting menu */
+.cards.table-100 table.dataview thead > tr,
+.table-100 .cards table.dataview thead > tr {
+ right: 0.75rem;
+}
+
+.table-100 .cards table.dataview thead:before,
+.cards.table-100 table.dataview thead:before {
+ margin-right: 0.75rem;
+}
+
+.theme-light .cards table.dataview thead:before {
+ background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 100 100"><path fill="black" d="M49.792 33.125l-5.892 5.892L33.333 28.45V83.333H25V28.45L14.438 39.017L8.542 33.125L29.167 12.5l20.625 20.625zm41.667 33.75L70.833 87.5l-20.625 -20.625l5.892 -5.892l10.571 10.567L66.667 16.667h8.333v54.883l10.567 -10.567l5.892 5.892z"></path></svg>');
+}
+
+.cards .el-pre + .el-lang-dataview .table-view-thead {
+ padding-top: 8px;
+}
+.cards table.dataview thead {
+ user-select: none;
+ width: 180px;
+ display: block;
+ float: right;
+ position: relative;
+ text-align: right;
+ height: 24px;
+ padding-bottom: 4px;
+}
+.cards table.dataview thead:hover:before {
+ opacity: 0.5;
+ background-color: var(--background-modifier-hover);
+}
+.cards table.dataview thead:before {
+ content: "";
+ position: absolute;
+ right: 0;
+ top: 0;
+ width: 10px;
+ height: 16px;
+ background-repeat: no-repeat;
+ cursor: var(--cursor);
+ text-align: right;
+ padding: var(--size-4-1) var(--size-4-2);
+ margin-bottom: 2px;
+ border-radius: var(--radius-s);
+ font-weight: 500;
+ font-size: var(--font-adaptive-small);
+ opacity: 0.25;
+ background-position: center center;
+ background-size: 16px;
+ background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 100 100"><path fill="white" d="M49.792 33.125l-5.892 5.892L33.333 28.45V83.333H25V28.45L14.438 39.017L8.542 33.125L29.167 12.5l20.625 20.625zm41.667 33.75L70.833 87.5l-20.625 -20.625l5.892 -5.892l10.571 10.567L66.667 16.667h8.333v54.883l10.567 -10.567l5.892 5.892z"></path></svg>');
+}
+.cards table.dataview thead > tr {
+ top: -1px;
+ position: absolute;
+ display: none;
+ z-index: 9;
+ border: 1px solid var(--background-modifier-border-hover);
+ background-color: var(--background-secondary);
+ box-shadow: var(--shadow-s);
+ padding: 6px;
+ border-radius: var(--radius-m);
+ flex-direction: column;
+ margin: 26px 0 0 0;
+ width: 100%;
+}
+.cards table.dataview thead:hover > tr {
+ display: flex;
+}
+.cards table.dataview thead > tr > th {
+ display: block;
+ padding: 3px 30px 3px 6px !important;
+ border-radius: var(--radius-s);
+ width: 100%;
+ font-weight: 400;
+ color: var(--text-normal);
+ cursor: var(--cursor);
+ border: none;
+ font-size: var(--font-ui-small);
+}
+.cards table.dataview thead > tr > th[sortable-style=sortable-asc],
+.cards table.dataview thead > tr > th[sortable-style=sortable-desc] {
+ color: var(--text-normal);
+}
+.cards table.dataview thead > tr > th:hover {
+ color: var(--text-normal);
+ background-color: var(--background-modifier-hover);
+}
+
+/* ------------------- */
+/* Helper classes */
+.cards.cards-16-9 {
+ --cards-aspect-ratio: 16/9;
+}
+.cards.cards-1-1 {
+ --cards-aspect-ratio: 1/1;
+}
+.cards.cards-2-1 {
+ --cards-aspect-ratio: 2/1;
+}
+.cards.cards-2-3 {
+ --cards-aspect-ratio: 2/3;
+}
+.cards.cards-cols-1 {
+ --cards-columns: repeat(1, minmax(0, 1fr));
+}
+.cards.cards-cols-2 {
+ --cards-columns: repeat(2, minmax(0, 1fr));
+}
+.cards.cards-cover table.dataview tbody > tr > td img {
+ object-fit: cover;
+}
+.cards.cards-align-bottom table.dataview tbody > tr > td:last-child {
+ align-items: flex-end;
+ flex-grow: 1;
+}
+
+@media (max-width: 400pt) {
+ .cards table.dataview tbody > tr > td:not(:first-child) {
+ font-size: 80%;
+ }
+}
+@media (min-width: 400pt) {
+ .cards-cols-3 {
+ --cards-columns: repeat(3, minmax(0, 1fr));
+ }
+ .cards-cols-4 {
+ --cards-columns: repeat(4, minmax(0, 1fr));
+ }
+ .cards-cols-5 {
+ --cards-columns: repeat(5, minmax(0, 1fr));
+ }
+ .cards-cols-6 {
+ --cards-columns: repeat(6, minmax(0, 1fr));
+ }
+ .cards-cols-7 {
+ --cards-columns: repeat(7, minmax(0, 1fr));
+ }
+ .cards-cols-8 {
+ --cards-columns: repeat(8, minmax(0, 1fr));
+ }
+}
+
+/*# sourceMappingURL=cards.css.map */
diff --git a/SI/.obsidian/snippets/notion-cards.css b/SI/.obsidian/snippets/notion-cards.css
new file mode 100644
index 0000000..d16de11
--- /dev/null
+++ b/SI/.obsidian/snippets/notion-cards.css
@@ -0,0 +1,182 @@
+/* AGPLv3 License
+Notion-Styled Kanban
+Author: AnubisNekhet
+Note: If you decide to implement it in your theme or redistribute it, please keep this comment (Especially for *certain* individuals who may try to rebrand it as their own :))
+Support me: https://buymeacoffee.com/AnubisNekhet
+*/
+body.theme-light {
+ --notion-kanban-card: var(--background-primary);
+ --notion-kanban-card-hover: var(--background-primary-alt);
+ --notion-kanban-darken: var(--background-primary);
+ --notion-kanban-darken-hover: var(--background-primary-alt);
+}
+
+body.theme-dark {
+ --notion-kanban-card: var(--color-base-30);
+ --notion-kanban-card-hover: var(--color-base-35);
+ --notion-kanban-darken: rgba(var(--ctp-crust, 0, 0, 0), 0.3);
+ --notion-kanban-darken-hover: rgba(var(--ctp-crust, 0, 0, 0), 0.2);
+}
+
+body {
+ --kanban-transition: 100ms ease-out 0s;
+}
+body .kanban-plugin__lane {
+ background-color: transparent;
+ border: none;
+ border-radius: 0;
+}
+body .kanban-plugin__lane .kanban-plugin__lane-header-wrapper {
+ border-bottom: none;
+}
+body .kanban-plugin__lane .kanban-plugin__lane-header-wrapper .kanban-plugin__lane-grip {
+ color: var(--text-muted);
+}
+body .kanban-plugin__lane .kanban-plugin__lane-header-wrapper .kanban-plugin__lane-grip:hover {
+ color: var(--text-normal);
+ background-color: var(--background-modifier-hover);
+ border-radius: var(--radius-s);
+}
+body .kanban-plugin__lane .kanban-plugin__lane-header-wrapper .kanban-plugin__lane-title {
+ flex-grow: 0;
+ width: auto;
+}
+body .kanban-plugin__lane .kanban-plugin__lane-header-wrapper .kanban-plugin__lane-title .kanban-plugin__lane-title-text {
+ flex-grow: 0;
+}
+body .kanban-plugin__lane .kanban-plugin__lane-header-wrapper .kanban-plugin__lane-settings-button-wrapper {
+ opacity: 0;
+ transition: opacity var(--kanban-transition);
+}
+body .kanban-plugin__lane .kanban-plugin__lane-header-wrapper .kanban-plugin__lane-settings-button-wrapper .kanban-plugin__lane-settings-button .kanban-plugin__icon {
+ rotate: 90deg;
+}
+body .kanban-plugin__lane:has(.kanban-plugin__placeholder:only-child):not(:has(.kanban-plugin__item)) .kanban-plugin__item-button-wrapper {
+ padding: 0;
+}
+body .kanban-plugin__lane:has(.kanban-plugin__placeholder:only-child):not(:has(.kanban-plugin__item)) .kanban-plugin__item-button-wrapper .kanban-plugin__new-item-button {
+ padding: 0 10px;
+}
+body .kanban-plugin__lane .kanban-plugin__lane-items.kanban-plugin__scroll-container.kanban-plugin__vertical {
+ background-color: transparent;
+}
+body .kanban-plugin__lane .kanban-plugin__lane-items .kanban-plugin__placeholder {
+ border: none;
+ height: 5px;
+ margin-bottom: 0;
+ margin-top: 0;
+}
+body .kanban-plugin__lane .kanban-plugin__lane-items .kanban-plugin__item-wrapper .kanban-plugin__item {
+ border: none;
+ box-shadow: rgba(15, 15, 15, 0.1) 0px 0px 0px 1px, rgba(15, 15, 15, 0.1) 0px 2px 4px;
+ transition: background var(--kanban-transition) !important;
+}
+body .kanban-plugin__lane .kanban-plugin__lane-items .kanban-plugin__item-wrapper .kanban-plugin__item.is-complete .kanban-plugin__item-markdown {
+ text-decoration: line-through;
+ color: var(--text-faint);
+}
+body .kanban-plugin__lane .kanban-plugin__lane-items .kanban-plugin__item-wrapper .kanban-plugin__item .kanban-plugin__item-content-wrapper {
+ background: var(--notion-kanban-card);
+ transition: background var(--kanban-transition) !important;
+}
+body .kanban-plugin__lane .kanban-plugin__lane-items .kanban-plugin__item-wrapper .kanban-plugin__item .kanban-plugin__item-content-wrapper .kanban-plugin__item-title-wrapper {
+ background: var(--notion-kanban-darken);
+ transition: background var(--kanban-transition) !important;
+}
+body .kanban-plugin__lane .kanban-plugin__lane-items .kanban-plugin__item-wrapper .kanban-plugin__item .kanban-plugin__item-content-wrapper .kanban-plugin__item-title-wrapper .kanban-plugin__item-prefix-button-wrapper {
+ margin-right: 6px;
+ box-shadow: rgba(15, 15, 15, 0.1) 0px 0px 0px 1px, rgba(15, 15, 15, 0.1) 0px 2px 4px;
+ border-radius: 3px;
+ background: var(--notion-kanban-card);
+ transition: background var(--kanban-transition) !important;
+}
+body .kanban-plugin__lane .kanban-plugin__lane-items .kanban-plugin__item-wrapper .kanban-plugin__item .kanban-plugin__item-content-wrapper .kanban-plugin__item-title-wrapper .kanban-plugin__item-prefix-button-wrapper:hover {
+ transition: background var(--kanban-transition) !important;
+ background: var(--notion-kanban-card-hover);
+}
+body .kanban-plugin__lane .kanban-plugin__lane-items .kanban-plugin__item-wrapper .kanban-plugin__item .kanban-plugin__item-content-wrapper .kanban-plugin__item-title-wrapper .kanban-plugin__item-prefix-button-wrapper:hover .kanban-plugin__item-prefix-button {
+ background-color: transparent;
+}
+body .kanban-plugin__lane .kanban-plugin__lane-items .kanban-plugin__item-wrapper .kanban-plugin__item .kanban-plugin__item-content-wrapper .kanban-plugin__item-title-wrapper .kanban-plugin__item-prefix-button-wrapper .kanban-plugin__item-prefix-button {
+ left: 0;
+ background-color: var(--background-primary);
+ padding: var(--size-2-3);
+}
+body .kanban-plugin__lane .kanban-plugin__lane-items .kanban-plugin__item-wrapper .kanban-plugin__item .kanban-plugin__item-content-wrapper .kanban-plugin__item-postfix-button-wrapper {
+ box-shadow: rgba(15, 15, 15, 0.1) 0px 0px 0px 1px, rgba(15, 15, 15, 0.1) 0px 2px 4px;
+ border-radius: 3px;
+ background-color: var(--notion-kanban-card);
+ opacity: 0;
+ transition: opacity var(--kanban-transition), background-color var(--kanban-transition);
+}
+body .kanban-plugin__lane .kanban-plugin__lane-items .kanban-plugin__item-wrapper .kanban-plugin__item .kanban-plugin__item-content-wrapper .kanban-plugin__item-postfix-button-wrapper:hover {
+ background-color: var(--notion-kanban-card-hover);
+ transition: background-color var(--kanban-transition);
+}
+body .kanban-plugin__lane .kanban-plugin__lane-items .kanban-plugin__item-wrapper .kanban-plugin__item .kanban-plugin__item-content-wrapper .kanban-plugin__item-postfix-button-wrapper:hover .kanban-plugin__item-postfix-button {
+ background-color: transparent;
+}
+body .kanban-plugin__lane .kanban-plugin__lane-items .kanban-plugin__item-wrapper .kanban-plugin__item .kanban-plugin__item-content-wrapper .kanban-plugin__item-postfix-button-wrapper .kanban-plugin__item-postfix-button {
+ right: 0;
+ padding: var(--size-2-3);
+ background-color: var(--background-primary);
+}
+body .kanban-plugin__lane .kanban-plugin__lane-items .kanban-plugin__item-wrapper .kanban-plugin__item .kanban-plugin__item-content-wrapper .kanban-plugin__item-postfix-button-wrapper .kanban-plugin__item-postfix-button .kanban-plugin__icon {
+ rotate: 90deg;
+}
+body .kanban-plugin__lane .kanban-plugin__lane-items .kanban-plugin__item-wrapper .kanban-plugin__item:hover {
+ transition: background var(--kanban-transition) !important;
+}
+body .kanban-plugin__lane .kanban-plugin__lane-items .kanban-plugin__item-wrapper .kanban-plugin__item:hover .kanban-plugin__item-content-wrapper {
+ transition: background var(--kanban-transition) !important;
+ background-color: var(--notion-kanban-card-hover);
+}
+body .kanban-plugin__lane .kanban-plugin__lane-items .kanban-plugin__item-wrapper .kanban-plugin__item:hover .kanban-plugin__item-content-wrapper .kanban-plugin__item-title-wrapper {
+ transition: background var(--kanban-transition) !important;
+ background-color: var(--notion-kanban-darken-hover);
+}
+body .kanban-plugin__lane .kanban-plugin__lane-items .kanban-plugin__item-wrapper .kanban-plugin__item:hover .kanban-plugin__item-content-wrapper .kanban-plugin__item-postfix-button-wrapper {
+ opacity: 1;
+ transition: opacity var(--kanban-transition), background-color var(--kanban-transition);
+}
+body .kanban-plugin__lane .kanban-plugin__item-button-wrapper {
+ border-top: none;
+ padding: 0;
+}
+body .kanban-plugin__lane .kanban-plugin__item-button-wrapper .kanban-plugin__new-item-button {
+ justify-content: flex-start;
+ color: transparent;
+ box-shadow: none;
+ border: none;
+ background: transparent;
+}
+body .kanban-plugin__lane .kanban-plugin__item-button-wrapper .kanban-plugin__new-item-button:hover {
+ background: var(--background-modifier-hover);
+}
+body .kanban-plugin__lane .kanban-plugin__item-button-wrapper .kanban-plugin__new-item-button:hover .kanban-plugin__item-button-plus {
+ color: var(--text-normal);
+}
+body .kanban-plugin__lane .kanban-plugin__item-button-wrapper .kanban-plugin__new-item-button .kanban-plugin__item-button-plus {
+ color: var(--text-muted);
+}
+body .kanban-plugin__lane .kanban-plugin__item-button-wrapper .kanban-plugin__new-item-button .kanban-plugin__item-button-plus::after {
+ content: " New";
+}
+body .kanban-plugin__lane .kanban-plugin__item-form {
+ border-top: none;
+}
+body .kanban-plugin__lane:hover .kanban-plugin__lane-header-wrapper .kanban-plugin__lane-grip {
+ opacity: 1;
+ transition: opacity var(--kanban-transition);
+}
+body .kanban-plugin__lane:hover .kanban-plugin__lane-header-wrapper .kanban-plugin__lane-settings-button-wrapper {
+ opacity: 1;
+ transition: opacity var(--kanban-transition);
+}
+body .kanban-plugin__drag-container .kanban-plugin__item-wrapper .kanban-plugin__item {
+ border: none;
+ box-shadow: rgba(15, 15, 15, 0.1) 0px 0px 0px 1px, rgba(15, 15, 15, 0.1) 0px 2px 4px;
+}
+body .kanban-plugin__item-input {
+ background-color: transparent;
+}