removing nvim from config

This commit is contained in:
2025-11-18 14:35:24 +01:00
parent 8980ee3a23
commit c89eebed80
29 changed files with 282 additions and 914 deletions

View File

@@ -4,104 +4,104 @@
*/
* {
background: #151218;
background: #171216;
error: #ffb4ab;
error-container: #93000a;
inverse-on-surface: #322f35;
inverse-on-surface: #352e33;
inverse-primary: #6a538c;
inverse-primary: #814d78;
inverse-surface: #e7e0e8;
inverse-surface: #ecdfe5;
on-background: #e7e0e8;
on-background: #ecdfe5;
on-error: #690005;
on-error-container: #ffdad6;
on-primary: #3b255b;
on-primary: #4d1f48;
on-primary-container: #eddcff;
on-primary-container: #ffd7f4;
on-primary-fixed: #250e44;
on-primary-fixed: #340831;
on-primary-fixed-variant: #523c73;
on-primary-fixed-variant: #66355f;
on-secondary: #352d40;
on-secondary: #3d2a39;
on-secondary-container: #ebddf7;
on-secondary-container: #f8daee;
on-secondary-fixed: #1f182a;
on-secondary-fixed: #271624;
on-secondary-fixed-variant: #4c4357;
on-secondary-fixed-variant: #554050;
on-surface: #e7e0e8;
on-surface: #ecdfe5;
on-surface-variant: #cbc4cf;
on-surface-variant: #d1c2cb;
on-tertiary: #4b252e;
on-tertiary: #4c261a;
on-tertiary-container: #ffd9df;
on-tertiary-container: #ffdbd0;
on-tertiary-fixed: #321019;
on-tertiary-fixed: #321207;
on-tertiary-fixed-variant: #643b44;
on-tertiary-fixed-variant: #663c2e;
outline: #958e99;
outline: #9a8d95;
outline-variant: #4a454e;
outline-variant: #4e444b;
primary: #d6bbfb;
primary: #f2b3e5;
primary-container: #523c73;
primary-container: #66355f;
primary-fixed: #eddcff;
primary-fixed: #ffd7f4;
primary-fixed-dim: #d6bbfb;
primary-fixed-dim: #f2b3e5;
scrim: #000000;
secondary: #cec2db;
secondary: #dbbed2;
secondary-container: #4c4357;
secondary-container: #554050;
secondary-fixed: #ebddf7;
secondary-fixed: #f8daee;
secondary-fixed-dim: #cec2db;
secondary-fixed-dim: #dbbed2;
shadow: #000000;
source-color: #6f22cd;
source-color: #50384b;
surface: #151218;
surface: #171216;
surface-bright: #3b383e;
surface-bright: #3e373c;
surface-container: #211e24;
surface-container: #241e22;
surface-container-high: #2c292f;
surface-container-high: #2f282d;
surface-container-highest: #37333a;
surface-container-highest: #3a3337;
surface-container-low: #1d1a20;
surface-container-low: #201a1e;
surface-container-lowest: #100d12;
surface-container-lowest: #120c11;
surface-dim: #151218;
surface-dim: #171216;
surface-tint: #d6bbfb;
surface-tint: #f2b3e5;
surface-variant: #4a454e;
surface-variant: #4e444b;
tertiary: #f1b7c2;
tertiary: #f5b8a6;
tertiary-container: #643b44;
tertiary-container: #663c2e;
tertiary-fixed: #ffd9df;
tertiary-fixed: #ffdbd0;
tertiary-fixed-dim: #f1b7c2;
tertiary-fixed-dim: #f5b8a6;
}