updated install.

This commit is contained in:
2026-06-05 10:01:43 +02:00
parent fd72188fd8
commit 42034ee108
13 changed files with 340 additions and 222 deletions
+93 -93
View File
@@ -1,54 +1,54 @@
@media -moz-pref("userChrome.theme-material") {
:root {
--md-sys-color-primary: #0062a0;
--md-sys-color-surface-tint: #0062a0;
--md-sys-color-on-primary: #ffffff;
--md-sys-color-primary-container: #d0e4ff;
--md-sys-color-on-primary-container: #001d35;
--md-sys-color-secondary: #515e7d;
--md-sys-color-on-secondary: #ffffff;
--md-sys-color-secondary-container: #d8e2ff;
--md-sys-color-on-secondary-container: #0c1b36;
--md-sys-color-tertiary: #565b8b;
--md-sys-color-on-tertiary: #ffffff;
--md-sys-color-tertiary-container: #e0e0ff;
--md-sys-color-on-tertiary-container: #121644;
--md-sys-color-error: #ba1a1a;
--md-sys-color-primary: #b16286;
--md-sys-color-surface-tint: #b16286;
--md-sys-color-on-primary: #1c1c1c;
--md-sys-color-primary-container: #8f3f71;
--md-sys-color-on-primary-container: #1c1c1c;
--md-sys-color-secondary: #458588;
--md-sys-color-on-secondary: #1c1c1c;
--md-sys-color-secondary-container: #d1c4ac;
--md-sys-color-on-secondary-container: #1c1c1c;
--md-sys-color-tertiary: #458588;
--md-sys-color-on-tertiary: #1c1c1c;
--md-sys-color-tertiary-container: #d1c4ac;
--md-sys-color-on-tertiary-container: #1c1c1c;
--md-sys-color-error: #cc241d;
--md-sys-color-on-error: #ffffff;
--md-sys-color-error-container: #ffdad6;
--md-sys-color-on-error-container: #410002;
--md-sys-color-background: #f8f9ff;
--md-sys-color-on-background: #151c24;
--md-sys-color-surface: #f8f9ff;
--md-sys-color-on-surface: #151c24;
--md-sys-color-surface-variant: #dde3ee;
--md-sys-color-on-surface-variant: #414750;
--md-sys-color-outline: #717881;
--md-sys-color-outline-variant: #c0c7d2;
--md-sys-color-error-container: #f9dedc;
--md-sys-color-on-error-container: #410e0b;
--md-sys-color-background: #e5d4b1;
--md-sys-color-on-background: #3c3836;
--md-sys-color-surface: #e5d4b1;
--md-sys-color-on-surface: #1c1c1c;
--md-sys-color-surface-variant: #bdae9d;
--md-sys-color-on-surface-variant: #282828;
--md-sys-color-outline: #303030;
--md-sys-color-outline-variant: #bdae9d;
--md-sys-color-shadow: #000000;
--md-sys-color-scrim: #000000;
--md-sys-color-inverse-surface: #2a3139;
--md-sys-color-inverse-on-surface: #ebf1fc;
--md-sys-color-inverse-primary: #9bcaff;
--md-sys-color-primary-fixed: #d0e4ff;
--md-sys-color-on-primary-fixed: #001d35;
--md-sys-color-primary-fixed-dim: #9bcaff;
--md-sys-color-on-primary-fixed-variant: #00497a;
--md-sys-color-secondary-fixed: #d8e2ff;
--md-sys-color-on-secondary-fixed: #0c1b36;
--md-sys-color-secondary-fixed-dim: #b8c6ea;
--md-sys-color-on-secondary-fixed-variant: #394664;
--md-sys-color-tertiary-fixed: #e0e0ff;
--md-sys-color-on-tertiary-fixed: #121644;
--md-sys-color-tertiary-fixed-dim: #bfc2fa;
--md-sys-color-on-tertiary-fixed-variant: #3e4372;
--md-sys-color-surface-dim: #d4dae5;
--md-sys-color-surface-bright: #f8f9ff;
--md-sys-color-surface-container-lowest: #ffffff;
--md-sys-color-surface-container-low: #eef4ff;
--md-sys-color-surface-container: #f8f9ff;
--md-sys-color-surface-container-high: #f8f9ff;
--md-sys-color-surface-container-highest: #f8f9ff;
--md-sys-color-inverse-surface: #1c1c1c;
--md-sys-color-inverse-on-surface: #fbf1c7;
--md-sys-color-inverse-primary: #83a598;
--md-sys-color-primary-fixed: #8f3f71;
--md-sys-color-on-primary-fixed: #1c1c1c;
--md-sys-color-primary-fixed-dim: #b16286;
--md-sys-color-on-primary-fixed-variant: #1c1c1c;
--md-sys-color-secondary-fixed: #458588;
--md-sys-color-on-secondary-fixed: #1c1c1c;
--md-sys-color-secondary-fixed-dim: #458588;
--md-sys-color-on-secondary-fixed-variant: #1c1c1c;
--md-sys-color-tertiary-fixed: #458588;
--md-sys-color-on-tertiary-fixed: #1c1c1c;
--md-sys-color-tertiary-fixed-dim: #458588;
--md-sys-color-on-tertiary-fixed-variant: #1c1c1c;
--md-sys-color-surface-dim: #ebdbb2;
--md-sys-color-surface-bright: #fbf1c7;
--md-sys-color-surface-container-lowest: #e5d4b1;
--md-sys-color-surface-container-low: #fbf1c7;
--md-sys-color-surface-container: #e5d4b1;
--md-sys-color-surface-container-high: #e5d4b1;
--md-sys-color-surface-container-highest: #e5d4b1;
--m3-radius: 12px;
--m3-radius-sm: 10px;
@@ -68,55 +68,55 @@
@media (prefers-color-scheme: dark) {
:root {
--md-sys-color-primary: #9bcaff;
--md-sys-color-surface-tint: #9bcaff;
--md-sys-color-on-primary: #003256;
--md-sys-color-primary-container: #00497a;
--md-sys-color-on-primary-container: #d0e4ff;
--md-sys-color-secondary: #b8c6ea;
--md-sys-color-on-secondary: #22304c;
--md-sys-color-secondary-container: #394664;
--md-sys-color-on-secondary-container: #d8e2ff;
--md-sys-color-tertiary: #bfc2fa;
--md-sys-color-on-tertiary: #282c5a;
--md-sys-color-tertiary-container: #3e4372;
--md-sys-color-on-tertiary-container: #e0e0ff;
--md-sys-color-error: #ffb4ab;
--md-sys-color-on-error: #690005;
--md-sys-color-error-container: #93000a;
--md-sys-color-on-error-container: #ffdad6;
--md-sys-color-background: #0d141c;
--md-sys-color-on-background: #dde3ee;
--md-sys-color-surface: #0d141c;
--md-sys-color-on-surface: #dde3ee;
--md-sys-color-surface-variant: #414750;
--md-sys-color-on-surface-variant: #c0c7d2;
--md-sys-color-outline: #8b919b;
--md-sys-color-outline-variant: #414750;
--md-sys-color-primary: #83a598;
--md-sys-color-surface-tint: #83a598;
--md-sys-color-on-primary: #1c1c1c;
--md-sys-color-primary-container: #458588;
--md-sys-color-on-primary-container: #fbf1c7;
--md-sys-color-secondary: #b16286;
--md-sys-color-on-secondary: #1c1c1c;
--md-sys-color-secondary-container: #3c3836;
--md-sys-color-on-secondary-container: #fbf1c7;
--md-sys-color-tertiary: #b16286;
--md-sys-color-on-tertiary: #1c1c1c;
--md-sys-color-tertiary-container: #3c3836;
--md-sys-color-on-tertiary-container: #fbf1c7;
--md-sys-color-error: #cc241d;
--md-sys-color-on-error: #601410;
--md-sys-color-error-container: #8c1d18;
--md-sys-color-on-error-container: #f9dedc;
--md-sys-color-background: #1c1c1c;
--md-sys-color-on-background: #a89984;
--md-sys-color-surface: #1c1c1c;
--md-sys-color-on-surface: #fbf1c7;
--md-sys-color-surface-variant: #303030;
--md-sys-color-on-surface-variant: #ebdbb2;
--md-sys-color-outline: #ebdbb2;
--md-sys-color-outline-variant: #303030;
--md-sys-color-shadow: #000000;
--md-sys-color-scrim: #000000;
--md-sys-color-inverse-surface: #dde3ee;
--md-sys-color-inverse-on-surface: #2a3139;
--md-sys-color-inverse-primary: #0062a0;
--md-sys-color-primary-fixed: #d0e4ff;
--md-sys-color-on-primary-fixed: #001d35;
--md-sys-color-primary-fixed-dim: #9bcaff;
--md-sys-color-on-primary-fixed-variant: #00497a;
--md-sys-color-secondary-fixed: #d8e2ff;
--md-sys-color-on-secondary-fixed: #0c1b36;
--md-sys-color-secondary-fixed-dim: #b8c6ea;
--md-sys-color-on-secondary-fixed-variant: #394664;
--md-sys-color-tertiary-fixed: #e0e0ff;
--md-sys-color-on-tertiary-fixed: #121644;
--md-sys-color-tertiary-fixed-dim: #bfc2fa;
--md-sys-color-on-tertiary-fixed-variant: #3e4372;
--md-sys-color-surface-dim: #0d141c;
--md-sys-color-surface-bright: #333a42;
--md-sys-color-surface-container-lowest: #080f16;
--md-sys-color-surface-container-low: #151c24;
--md-sys-color-surface-container: #192028;
--md-sys-color-surface-container-high: #242b33;
--md-sys-color-surface-container-highest: #2f353e;
--md-sys-color-inverse-surface: #fbf1c7;
--md-sys-color-inverse-on-surface: #1c1c1c;
--md-sys-color-inverse-primary: #b16286;
--md-sys-color-primary-fixed: #458588;
--md-sys-color-on-primary-fixed: #1c1c1c;
--md-sys-color-primary-fixed-dim: #83a598;
--md-sys-color-on-primary-fixed-variant: #1c1c1c;
--md-sys-color-secondary-fixed: #b16286;
--md-sys-color-on-secondary-fixed: #1c1c1c;
--md-sys-color-secondary-fixed-dim: #b16286;
--md-sys-color-on-secondary-fixed-variant: #1c1c1c;
--md-sys-color-tertiary-fixed: #b16286;
--md-sys-color-on-tertiary-fixed: #1c1c1c;
--md-sys-color-tertiary-fixed-dim: #b16286;
--md-sys-color-on-tertiary-fixed-variant: #1c1c1c;
--md-sys-color-surface-dim: #1c1c1c;
--md-sys-color-surface-bright: #504945;
--md-sys-color-surface-container-lowest: #1c1c1c;
--md-sys-color-surface-container-low: #1c1c1c;
--md-sys-color-surface-container: #282828;
--md-sys-color-surface-container-high: #3c3836;
--md-sys-color-surface-container-highest: #504945;
--m3-elev-1: 0 1px 2px rgba(0,0,0,.50), 0 1px 3px rgba(0,0,0,.35);
--m3-elev-2: 0 4px 10px rgba(0,0,0,.55), 0 1px 3px rgba(0,0,0,.35);
+3 -3
View File
@@ -1,7 +1,7 @@
{
"currentThemeName": "dynamic",
"currentThemeCategory": "dynamic",
"customThemeFile": "/home/den/.config/DankMaterialShell/themes/-/theme.json",
"currentThemeName": "custom",
"currentThemeCategory": "registry",
"customThemeFile": "/home/den/.config/DankMaterialShell/themes/retrobox/theme.json",
"registryThemeVariants": {
"rosePine": "rosePine",
"catppuccin": {
+21 -21
View File
@@ -1,22 +1,22 @@
background = #0d141c
foreground = #dde3ee
cursor-color = #9bcaff
selection-background = #00497a
selection-foreground = #dde3ee
background = #1c1c1c
foreground = #fbf1c7
cursor-color = #83a598
selection-background = #458588
selection-foreground = #fbf1c7
palette = 0=#0d141c
palette = 1=#ff729c
palette = 2=#7fff90
palette = 3=#fff772
palette = 4=#80b5f2
palette = 5=#214976
palette = 6=#9bcaff
palette = 7=#eff6ff
palette = 8=#999fa5
palette = 9=#ff9fbb
palette = 10=#a5ffb1
palette = 11=#fffaa5
palette = 12=#aad1ff
palette = 13=#b9d9ff
palette = 14=#d2e7ff
palette = 15=#f8fbff
palette = 0=#1c1c1c
palette = 1=#bd7655
palette = 2=#52a556
palette = 3=#cec45c
palette = 4=#759c8d
palette = 5=#2f4c41
palette = 6=#83a598
palette = 7=#a2ada9
palette = 8=#767e7b
palette = 9=#dea58b
palette = 10=#80c683
palette = 11=#f7efa0
palette = 12=#95b5a9
palette = 13=#b7d6ca
palette = 14=#d1e7de
palette = 15=#e9efec
+7 -7
View File
@@ -4,17 +4,17 @@ WORKINGDIR=$(pwd)
cp -r $WORKINGDIR/sdgos ~/.config
ln -sf /home/$(whoami)/.config/sdgos/fastfetch/fetch-conf.sh /usr/bin/fetchconf
ln -sf /home/$(whoami)/.config/sdgos/fastfetch/fetch.sh /usr/bin/fetch
sudo ln -sf /home/$(whoami)/.config/sdgos/fastfetch/fetch-conf.sh /usr/bin/fetchconf
sudo ln -sf /home/$(whoami)/.config/sdgos/fastfetch/fetch.sh /usr/bin/fetch
ln -sf /home/$(whoami)/.config/sdgos/config-overview/menu.sh /usr/bin/mangoconf-viewer
sudo ln -sf /home/$(whoami)/.config/sdgos/config-overview/menu.sh /usr/bin/mangoconf-viewer
ln -sf /home/$(whoami)/.config/sdgos/help/cmd-help.sh /usr/bin/cmdhelp
sudo ln -sf /home/$(whoami)/.config/sdgos/help/cmd-help.sh /usr/bin/cmdhelp
ln -sf /home/$(whoami)/.config/sdgos/tuis/layout-switch.sh /usr/bin/mango-layout
sudo ln -sf /home/$(whoami)/.config/sdgos/tuis/layout-switch.sh /usr/bin/mango-layout
ln -sf /home/$(whoami)/.config/sdgos/tuis/projectselect.sh /usr/bin/projects
sudo ln -sf /home/$(whoami)/.config/sdgos/tuis/projectselect.sh /usr/bin/projects
echo "projects" > ~/.config/projectdir.state
ln -sf /home/$(whoami)/.config/sdgos/wallpapers/setwallpapergroup.sh /usr/bin/wallpaper-select
sudo ln -sf /home/$(whoami)/.config/sdgos/wallpapers/setwallpapergroup.sh /usr/bin/wallpaper-select
+8 -8
View File
@@ -33,19 +33,19 @@ mv /home/$(whoami)/.p10k.zsh /home/$(whoami)/.p10k.zsh-old-$RANDOM
cp /home/$(whoami)/.config/sdgos/p10k.zsh /home/$(whoami)/.p10k.zsh
chmod -R a+x ~/.config/sdgos
ln -sf /home/$(whoami)/.config/sdgos/fastfetch/fetch-conf.sh /usr/bin/fetchconf
ln -sf /home/$(whoami)/.config/sdgos/fastfetch/fetch.sh /usr/bin/fetch
sudo ln -sf /home/$(whoami)/.config/sdgos/fastfetch/fetch-conf.sh /usr/bin/fetchconf
sudo ln -sf /home/$(whoami)/.config/sdgos/fastfetch/fetch.sh /usr/bin/fetch
ln -sf /home/$(whoami)/.config/sdgos/config-overview/menu.sh /usr/bin/mangoconf-viewer
ln -sf /home/$(whoami)/.config/sdgos//mango-config.sh /usr/bin/mangoconf-editor
sudo ln -sf /home/$(whoami)/.config/sdgos/config-overview/menu.sh /usr/bin/mangoconf-viewer
sudo ln -sf /home/$(whoami)/.config/sdgos//mango-config.sh /usr/bin/mangoconf-editor
ln -sf /home/$(whoami)/.config/sdgos/help/cmd-help.sh /usr/bin/cmdhelp
sudo ln -sf /home/$(whoami)/.config/sdgos/help/cmd-help.sh /usr/bin/cmdhelp
ln -sf /home/$(whoami)/.config/sdgos/tuis/layout-switch.sh /usr/bin/mango-layout
sudo ln -sf /home/$(whoami)/.config/sdgos/tuis/layout-switch.sh /usr/bin/mango-layout
ln -sf /home/$(whoami)/.config/sdgos/tuis/projectselect.sh /usr/bin/projects
sudo ln -sf /home/$(whoami)/.config/sdgos/tuis/projectselect.sh /usr/bin/projects
ln -sf /home/$(whoami)/.config/sdgos/wallpapers/setwallpapergroup.sh /usr/bin/wallpaper-select
sudo ln -sf /home/$(whoami)/.config/sdgos/wallpapers/setwallpapergroup.sh /usr/bin/wallpaper-select
echo "SDG-OS comes with the following optional extra scripts:"
+3 -3
View File
@@ -1,6 +1,6 @@
# ! Auto-generated file. Do not edit directly.
# Remove source = ./dms/colors.conf from your config to override.
bordercolor = 0x8b919bff
focuscolor = 0x9bcaffff
urgentcolor = 0xffb4abff
bordercolor = 0xebdbb2ff
focuscolor = 0x83a598ff
urgentcolor = 0xcc241dff
+87 -87
View File
@@ -6,113 +6,113 @@
.theme-dark, .theme-light {
/* ── Material You RGB helpers ──────────────────────────── */
--mat-bg-rgb: 13, 20, 28;
--mat-surface-rgb: 13, 20, 28;
--mat-on-surface-rgb: 221, 227, 238;
--mat-primary-rgb: 155, 202, 255;
--mat-on-primary-rgb: 0, 50, 86;
--mat-bg-rgb: 28, 28, 28;
--mat-surface-rgb: 28, 28, 28;
--mat-on-surface-rgb: 251, 241, 199;
--mat-primary-rgb: 131, 165, 152;
--mat-on-primary-rgb: 28, 28, 28;
/* ── Core Backgrounds ──────────────────────────────────── */
--background-primary: #0d141c;
--background-primary-alt: #0d141c;
--background-secondary: #151c24;
--background-secondary-alt: #192028;
--background-primary: #1c1c1c;
--background-primary-alt: #1c1c1c;
--background-secondary: #1c1c1c;
--background-secondary-alt: #282828;
/* ── Titlebar ──────────────────────────────────────────── */
--titlebar-background: #0d141c;
--titlebar-background-focused: #151c24;
--titlebar-text-color: #dde3ee;
--titlebar-background: #1c1c1c;
--titlebar-background-focused: #1c1c1c;
--titlebar-text-color: #fbf1c7;
/* ── Borders & Dividers ────────────────────────────────── */
--background-modifier-border: #414750;
--background-modifier-border-focus: #8b919b;
--background-modifier-border-hover: #8b919b;
--background-modifier-border: #303030;
--background-modifier-border-focus: #ebdbb2;
--background-modifier-border-hover: #ebdbb2;
/* ── Text Colors ───────────────────────────────────────── */
--text-normal: #dde3ee;
--text-muted: #c0c7d2;
--text-faint: #8b919b;
--text-on-accent: #003256;
--text-selection: rgba(155, 202, 255, 0.25);
--text-normal: #fbf1c7;
--text-muted: #ebdbb2;
--text-faint: #ebdbb2;
--text-on-accent: #1c1c1c;
--text-selection: rgba(131, 165, 152, 0.25);
/* ── Accent & Interactive ──────────────────────────────── */
--interactive-accent: #9bcaff;
--interactive-accent-hover: #00497a;
--interactive-accent-rgb: 155, 202, 255;
--text-accent: #9bcaff;
--text-accent-hover: #00497a;
--interactive-accent: #83a598;
--interactive-accent-hover: #458588;
--interactive-accent-rgb: 131, 165, 152;
--text-accent: #83a598;
--text-accent-hover: #458588;
/* ── Hover & Active Modifiers ──────────────────────────── */
--background-modifier-hover: rgba(var(--mat-on-surface-rgb), 0.06);
--background-modifier-active-hover: rgba(var(--mat-primary-rgb), 0.15);
--background-modifier-success: #3e4372;
--background-modifier-error: #93000a;
--background-modifier-error-hover: #ffb4ab;
--background-modifier-success: #3c3836;
--background-modifier-error: #8c1d18;
--background-modifier-error-hover: #cc241d;
/* ── Obsidian Color Scale (--color-base-XX) ────────────── */
--color-base-00: #0d141c;
--color-base-05: #0d141c;
--color-base-10: #080f16;
--color-base-20: #151c24;
--color-base-25: #192028;
--color-base-30: #242b33;
--color-base-35: #2f353e;
--color-base-40: #414750;
--color-base-50: #8b919b;
--color-base-60: #c0c7d2;
--color-base-70: #dde3ee;
--color-base-100: #dde3ee;
--color-base-00: #1c1c1c;
--color-base-05: #1c1c1c;
--color-base-10: #1c1c1c;
--color-base-20: #1c1c1c;
--color-base-25: #282828;
--color-base-30: #3c3836;
--color-base-35: #504945;
--color-base-40: #303030;
--color-base-50: #ebdbb2;
--color-base-60: #ebdbb2;
--color-base-70: #fbf1c7;
--color-base-100: #fbf1c7;
/* ── Semantic Colors ───────────────────────────────────── */
--color-red: #ffb4ab;
--color-orange: #bfc2fa;
--color-yellow: #b8c6ea;
--color-green: #3e4372;
--color-cyan: #394664;
--color-blue: #9bcaff;
--color-purple: #b8c6ea;
--color-pink: #bfc2fa;
--color-red: #cc241d;
--color-orange: #b16286;
--color-yellow: #b16286;
--color-green: #3c3836;
--color-cyan: #3c3836;
--color-blue: #83a598;
--color-purple: #b16286;
--color-pink: #b16286;
/* ── Headings ──────────────────────────────────────────── */
--h1-color: #9bcaff;
--h2-color: #9bcaff;
--h3-color: #b8c6ea;
--h4-color: #bfc2fa;
--h5-color: #c0c7d2;
--h6-color: #8b919b;
--h1-color: #83a598;
--h2-color: #83a598;
--h3-color: #b16286;
--h4-color: #b16286;
--h5-color: #ebdbb2;
--h6-color: #ebdbb2;
/* ── Links ─────────────────────────────────────────────── */
--link-color: #9bcaff;
--link-color-hover: #d0e4ff;
--link-external-color: #bfc2fa;
--link-unresolved-color: #8b919b;
--link-color: #83a598;
--link-color-hover: #fbf1c7;
--link-external-color: #b16286;
--link-unresolved-color: #ebdbb2;
/* ── Tags ──────────────────────────────────────────────── */
--tag-color: #d0e4ff;
--tag-background: #00497a;
--tag-border-color: #9bcaff;
--tag-color-hover: #003256;
--tag-background-hover: #9bcaff;
--tag-color: #fbf1c7;
--tag-background: #458588;
--tag-border-color: #83a598;
--tag-color-hover: #1c1c1c;
--tag-background-hover: #83a598;
/* ── Checkboxes ────────────────────────────────────────── */
--checkbox-color: #9bcaff;
--checkbox-color-hover: #00497a;
--checkbox-border-color: #8b919b;
--checkbox-marker-color: #003256;
--checkbox-color: #83a598;
--checkbox-color-hover: #458588;
--checkbox-border-color: #ebdbb2;
--checkbox-marker-color: #1c1c1c;
/* ── Code Blocks ───────────────────────────────────────── */
--code-background: #151c24;
--code-normal: #dde3ee;
--code-comment: #8b919b;
--code-function: #9bcaff;
--code-important: #ffb4ab;
--code-keyword: #b8c6ea;
--code-operator: #bfc2fa;
--code-property: #c0c7d2;
--code-punctuation: #414750;
--code-string: #bfc2fa;
--code-tag: #ffb4ab;
--code-value: #b8c6ea;
--code-background: #1c1c1c;
--code-normal: #fbf1c7;
--code-comment: #ebdbb2;
--code-function: #83a598;
--code-important: #cc241d;
--code-keyword: #b16286;
--code-operator: #b16286;
--code-property: #ebdbb2;
--code-punctuation: #303030;
--code-string: #b16286;
--code-tag: #cc241d;
--code-value: #b16286;
/* ── Scrollbar ─────────────────────────────────────────── */
--scrollbar-thumb-bg: rgba(var(--mat-on-surface-rgb), 0.12);
@@ -121,16 +121,16 @@
/* ── Inputs ────────────────────────────────────────────── */
--input-shadow: none;
--input-shadow-hover: 0 0 0 2px #8b919b;
--input-shadow-hover: 0 0 0 2px #ebdbb2;
/* ── Graph View ────────────────────────────────────────── */
--graph-node: #9bcaff;
--graph-node-unresolved: #8b919b;
--graph-node-focused: #d0e4ff;
--graph-node-tag: #b8c6ea;
--graph-node-attachment: #bfc2fa;
--graph-line: #414750;
--graph-background: #0d141c;
--graph-node: #83a598;
--graph-node-unresolved: #ebdbb2;
--graph-node-focused: #fbf1c7;
--graph-node-tag: #b16286;
--graph-node-attachment: #b16286;
--graph-line: #303030;
--graph-background: #1c1c1c;
}
+18
View File
@@ -0,0 +1,18 @@
 
 I use 
 
  .   :ooo. 
  oxxk.  Oooo0  
  :koooox Oooo0  
  ddoooooO   ';,  ';:::.  ;::::,.  Kooo0';:::;. 
 .koooxdoodl 'xookxoooook'  dxooooooxx. Koookdoooooxo 
  :kooodl0ooo0  ,doooox koooc,kooo:   xd:  0oooood.;oooO 
 .oxooodkxxoood: ,dood.   xdc,Oooo;        0oooo;  ,dook 
  0ooooddddxdoooO  ,dooO      :oooO   0ooo0  'doox.
 koood.     .doodx ,dooO  .dooxo'..;lll. 0ooo0   xoooc
,dood.   .dook ,dooO    dooodddoood. Ooool  xooo0
              .x:       dxd             .x; 
               
 btw. 
 
+20
View File
@@ -0,0 +1,20 @@
     . .     
      ,; l.    
    .cd: dd,    
   'odd, ldxc.   
   .;odl'  .;dxd;.   
   .,ooo;. .oxxo'   
   .:ool'  .;dxd:.   
    'loo;.    .lxxo.   
    ,lol'      .;dxd'  
   'lll.     'dxd. 
  .lll.     ;dd: 
  'll:     .ddo 
  ,ll;     odd 
  .ll:      .ddl 
  .:ll,     .cdd, 
   .:ll,.     .cdd:. 
   .,clc,.     .:ool'   
   .,:ll:,'.......,;cooc,.   
   ..';clllllllllc;'.    
    ..',;;;,'.    
+20
View File
@@ -0,0 +1,20 @@
           
   ;'  .l.   
    .lk,  .kx'     
   'dxx.   okk:    
   .:xxl.     :kkd'    
     ,ddd,       'xkko.  
   .cddl.      .ckkx;    
     ,odo,      .dkko.    
    ;ooc.   :kkd.   
   ,oo:      ;kkd   
  .llc.       ckk;  
  ,ll'    .xkl  
  ;ll.    .dko  
  'll,      .xkc  
   :lc.     lxx.  
   .:lc'    .lxd,   
     ,cl:.          .:dxl.    
   .':lc;'........';ldoc.    
   .';clllloooooc;.    
     ..',,,'.      
+22
View File
@@ -0,0 +1,22 @@
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:******************************:::**********::::::***********:
:*******************************::***********:::::***********:
:********************************:************:::************:
:::::*****::::::::*****::::*******:::*********::**********::::
:::::*****::::::::***************::::**********:*********:::::
:::::*****::::::::**************:::::*********************::::
:::::*****::::::::**************:::::**************:******::::
:::::*****::::::::***************::::******:*******:*****:::::
:::::*****::::::::*****::::*******:::******:******::******::::
:********************************:*********::****:::*********:
:********************************:*********:::***:::*********:
:******************************:::*********::::*::::*********:
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
+18
View File
@@ -0,0 +1,18 @@
 
 I use 
 
  .   :ooo. 
  oxxk.  Oooo0  
  :koooox Oooo0  
  ddoooooO   ';,  ';:::.  ;::::,.  Kooo0';:::;. 
 .koooxdoodl 'xookxoooook'  dxooooooxx. Koookdoooooxo 
  :kooodl0ooo0  ,doooox koooc,kooo:   xd:  0oooood.;oooO 
 .oxooodkxxoood: ,dood.   xdc,Oooo;        0oooo;  ,dook 
  0ooooddddxdoooO  ,dooO      :oooO   0ooo0  'doox.
 koood.     .doodx ,dooO  .dooxo'..;lll. 0ooo0   xoooc
,dood.   .dook ,dooO    dooodddoood. Ooool  xooo0
              .x:       dxd             .x; 
               
 btw. 
 
+20
View File
@@ -0,0 +1,20 @@
   ...................................  
 .,:cccccccclllllllllllllllloooollllc:. 
 .dlc:::::::ccclllooolllllllcccc:;;;oo;.
.'do;.......',;lodxxdol;,''.........oo;.
.'do;......':xOOkxddxkOOx:'.........ol;.
.'do;.....'lOkoccoddoclxOOl'........ol;.
.'do;.....'xxl;oOOkkOOl:xOO;........ol;.
.'xo;......od:;kOk:cOkd:okO;........ol;.
.,xo;......:do:kkx;:Okdcxkx,........ol;.
.,xo,.......;oddxd,:kxxxkx:,'.......ol;.
.,xo,........'codd,;kxddxkxdol:....'dl;.
.,xo;......':ooooo',dd:'',;:cdxl'..'dl,.
.'ddddddddddoc'coo...........dodooooll. 
 ..,;:::ccoOd;.;c:...........ooc''''..  
   .......;0kd,.............'dl;..      
       ...'oOOo,...........'llc.        
         ...;lxdc,.......,:ol;.         
            ..':odollcllooc;.           
                ..',;;,,'.