Skip to content

Commit ef3237c

Browse files
author
Danny Caballero
committed
updated to everforest color
1 parent 111d2b3 commit ef3237c

File tree

5 files changed

+38
-24
lines changed

5 files changed

+38
-24
lines changed

assets/css/core/theme-vars.css

+28-21
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,20 @@
66
--header-height: 44px;
77
--footer-height: 70px;
88
--radius: 8px;
9-
--theme: rgb(255, 255, 255);
10-
--entry: rgb(255, 255, 255);
11-
--primary: rgb(30, 30, 30);
12-
--secondary: rgb(108, 108, 108);
13-
--tertiary: rgb(214, 214, 214);
14-
--gray: rgb(165, 165, 165);
15-
--content: rgb(30, 30, 30);
16-
--code-block-bg: rgb(28, 29, 33);
17-
--code-bg: rgb(245, 245, 245);
18-
--border: rgb(238, 238, 238);
19-
--darkcolor: #6a7ba2;
20-
--lightcolor: #cbd1de;
9+
/* Everforest Light Theme */
10+
--theme: #f3ead3; /* Light beige background */
11+
--entry: #f8f4e4; /* Soft off-white for cards */
12+
--primary: #5c6a72; /* Dark gray-blue (main text) */
13+
--secondary: #829181; /* Muted green (secondary text) */
14+
--tertiary: #d3c6aa; /* Light beige-gray (dividers) */
15+
--gray: #9da9a0; /* Medium gray (neutral accent) */
16+
--content: #5c6a72; /* Same as primary (content text) */
17+
--code-block-bg: #2d353b; /* Dark slate for code blocks */
18+
--code-bg: #e4ddc5; /* Light beige for inline code */
19+
--border: #d3c6aa; /* Soft beige-gray border */
20+
--darkcolor: #6a7ba2; /* Muted blue (adjust if needed) */
21+
--lightcolor: #cbd1de; /* Light gray-blue (adjust if needed) */
22+
/* Typography (unchanged from your original) */
2123
--semibold: 500;
2224
--homesize: 16px;
2325
--textsize: 18px;
@@ -31,15 +33,20 @@
3133
}
3234

3335
.dark {
34-
--theme: rgb(29, 30, 32);
35-
--entry: rgb(46, 46, 51);
36-
--primary: rgb(218, 218, 219);
37-
--secondary: rgb(155, 156, 157);
38-
--tertiary: rgb(65, 66, 68);
39-
--content: rgb(196, 196, 197);
40-
--code-block-bg: rgb(46, 46, 51);
41-
--code-bg: rgb(55, 56, 62);
42-
--border: rgb(51, 51, 51);
36+
/* Everforest Dark Theme */
37+
--theme: #2d353b; /* Dark slate background */
38+
--entry: #343f44; /* Slightly lighter slate for cards */
39+
--primary: #d3c6aa; /* Soft beige (main text) */
40+
--secondary: #a7c080; /* Muted green (secondary text) */
41+
--tertiary: #475258; /* Dark gray-blue (dividers) */
42+
--gray: #7a8478; /* Medium gray (neutral accent) */
43+
--content: #d3c6aa; /* Same as primary (content text) */
44+
--code-block-bg: #232a2e; /* Darker slate for code blocks */
45+
--code-bg: #3d484d; /* Medium slate for inline code */
46+
--border: #475258; /* Dark gray-blue border */
47+
--darkcolor: #a7c080; /* Use Everforest green for dark mode */
48+
--lightcolor: #d3c6aa; /* Use Everforest beige for dark mode */
49+
/* Typography remains the same as light theme */
4350
}
4451

4552
.list {

public/404.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="description" content="This website hosts Danny Caballero&#39;s research papers, books, course materials, data, curriculum vitae, and contact information.">
1111
<meta name="author" content="danny caballero">
1212
<link rel="canonical" href="http://localhost:1313/404.html">
13-
<link crossorigin="anonymous" href="/assets/css/stylesheet.ac30954b7ea20660ca1cb473400ecede9e601f17674446536180d3ca00f03328.css" integrity="sha256-rDCVS36iBmDKHLRzQA7O3p5gHxdnREZTYYDTygDwMyg=" rel="preload stylesheet" as="style">
13+
<link crossorigin="anonymous" href="/assets/css/stylesheet.08a855bbbed489d3ac18d982906acb6a8d7ab549b71193a805a300593f011e66.css" integrity="sha256-CKhVu77UidOsGNmCkGrLao16tUm3EZOoBaMAWT8BHmY=" rel="preload stylesheet" as="style">
1414
<link rel="icon" href="http://localhost:1313/favicon.ico">
1515
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:1313/favicon-16x16.png">
1616
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:1313/favicon-32x32.png">

0 commit comments

Comments
 (0)