mirror of
https://github.com/fmhy/edit.git
synced 2026-01-13 07:21:08 +11:00
testing out text colors for catppuccin
This commit is contained in:
parent
1ef6da77c1
commit
685bb589a9
1 changed files with 6 additions and 5 deletions
|
|
@ -33,8 +33,8 @@ export const catppuccinTheme: Theme = {
|
||||||
bgElv: '#1E1E29',
|
bgElv: '#1E1E29',
|
||||||
bgMark: '#1F1E2E',
|
bgMark: '#1F1E2E',
|
||||||
text: {
|
text: {
|
||||||
1: '#1f2937',
|
1: '#BEC3DC',
|
||||||
2: '#4b5563',
|
2: '#CCD5F3',
|
||||||
3: '#6b7280'
|
3: '#6b7280'
|
||||||
},
|
},
|
||||||
button: {
|
button: {
|
||||||
|
|
@ -99,9 +99,10 @@ export const catppuccinTheme: Theme = {
|
||||||
3: '#ad82dfff',
|
3: '#ad82dfff',
|
||||||
soft: '#a78bfa'
|
soft: '#a78bfa'
|
||||||
},
|
},
|
||||||
bg: 'rgb(26, 26, 26)',
|
bg: '#1F1E2E',
|
||||||
bgAlt: 'rgb(23, 23, 23)',
|
bgAlt: '#1E1E29',
|
||||||
bgElv: 'rgba(23, 23, 23, 0.8)',
|
bgElv: '#1E1E29',
|
||||||
|
bgMark: '#1F1E2E',
|
||||||
button: {
|
button: {
|
||||||
brand: {
|
brand: {
|
||||||
bg: '#C5A5F6',
|
bg: '#C5A5F6',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue