Skip to content

Commit e1e2b8b

Browse files
committed
style: update dark theme colors in CSS and remove accent color from Tailwind config
1 parent 4e581de commit e1e2b8b

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

styles/main.css

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,15 @@ html, body {
1515
--light-text-tertiary: 108, 117, 125;
1616
--light-text-placeholder: 133, 138, 141;
1717
--light-border-primary: 204, 204, 204;
18-
--dark-bg-background: 15, 15, 20;
19-
--dark-bg-secondary: 22, 22, 30;
20-
--dark-bg-tertiary: 30, 30, 40;
21-
--dark-bg-quaternary: 40, 40, 50;
22-
--dark-text-primary: 235, 235, 245;
23-
--dark-text-secondary: 200, 200, 210;
24-
--dark-text-tertiary: 160, 160, 170;
25-
--dark-text-placeholder: 130, 130, 140;
26-
--dark-border-primary: 34, 34, 47;
27-
--accent-color: 102, 72, 236;
18+
--dark-bg-background: 10, 10, 15;
19+
--dark-bg-secondary: 18, 18, 24;
20+
--dark-bg-tertiary: 28, 28, 38;
21+
--dark-bg-quaternary: 38, 38, 48;
22+
--dark-text-primary: 240, 240, 245;
23+
--dark-text-secondary: 210, 210, 220;
24+
--dark-text-tertiary: 170, 170, 180;
25+
--dark-text-placeholder: 140, 140, 150;
26+
--dark-border-primary: 50, 50, 65;
2827
transition-property: opacity, filter;
2928
transition-timing-function: ease-in-out;
3029
transition-duration: 500ms;

tailwind.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ export default {
2929
to: { transform: 'translateY(calc(-100% - var(--gap)))' }
3030
}
3131
},
32-
colors: {
33-
accent: 'rgba(var(--accent-color))'
34-
},
3532
fontFamily: {
3633
geist: ['var(--font-geist-sans)', 'sans'],
3734
bricolageGrotesque: ['var(--font-bricolage-grotesque)', 'sans']

0 commit comments

Comments
 (0)