modif variables colors

This commit is contained in:
rwanoux
2024-05-13 20:08:10 +02:00
parent 043a7f8342
commit 7a0c52bc4c
5 changed files with 134 additions and 54 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
/* Change shadow colors and Foundry general font color!! */
.app {
box-shadow: 0 0 20px #7e4444;
box-shadow: 0 0 20px #7e7544;
/* Change the color code here for a nice shadow color! */
color: #dfdfdf;
/* Text color for window titles and menu all across Foundry */
+8 -8
View File
@@ -8,14 +8,14 @@
// overwrites variables
:root {
--color-text-light-highlight: #b0d9b0;
--color-text-light-heading: #9fc7d8;
--color-text-light-highlight: #96d696;
--color-text-light-heading: #9fd8a8;
--color-text-light-primary: #a4b5b3;
--color-text-dark-primary: #131919;
--color-text-dark-secondary: #444b4a;
--color-text-dark-header: #1d2223;
--color-text-dark-inactive: #71797a;
--color-text-hyperlink: #0064ff;
--color-text-hyperlink: #5aaf0a;
--color-text-light-0: #fff;
--color-text-light-1: #e0f0f0;
--color-text-light-2: #c0e0e0;
@@ -37,12 +37,12 @@
--color-border-dark-3: #2d3333;
--color-border-dark-4: #3d4444;
--color-border-dark-5: #668888;
--color-shadow-primary: #0000ff;
--color-shadow-highlight: #0064ff;
--color-shadow-primary: #7bb60d;
--color-shadow-highlight: #85cc01d0;
--color-shadow-dark: #000;
--color-underline-inactive: #71797a;
--color-underline-active: #1a1944;
--color-underline-header: #222782;
--color-underline-header: #228247;
--color-border-light-highlight: #b0d9b0;
--color-border-light-primary: #a4b5b3;
--color-border-light-secondary: #9fc7d8;
@@ -51,8 +51,8 @@
--color-border-dark-primary: #131919;
--color-border-dark-secondary: #1d2223;
--color-border-dark-tertiary: #444b4a;
--color-border-highlight: #0064ff;
--color-border-highlight-alt: #0000ff;
--color-border-highlight: #85c019;
--color-border-highlight-alt: #70c008;
--color-bg-btn-minor-inactive: #9fc7d8;
--color-bg-btn-minor-active: #a4b5b3;
--color-bg-option: #ccdada;