change to crimson theme
All checks were successful
Deploy Blog / build (push) Successful in 19s

This commit is contained in:
Marcius 2024-07-02 22:14:11 +01:00
parent 4bcef48326
commit 91419a2044
3 changed files with 4 additions and 4 deletions

View file

@ -197,7 +197,7 @@ p.projects {
}
::-webkit-scrollbar-thumb:hover {
background: #F7A41D;
background: #DC143C;
}
@keyframes blink{

View file

@ -8,7 +8,7 @@ style.dark_menu_background = '#181818'
style.white_menu_background = '#D1D1D1'
style.white_text = '#F1F1F1'
style.dark_text = '#303030'
style.sub_text = '#F7A41D'
style.sub_text = '#DC143C'
style.blue = '#8888FF'
style.green = '#21EA55'
style.orange = '#FF894C'

View file

@ -25,10 +25,10 @@
},
"punctuation.bracket": "#FFFFFF",
"operator": {
"color": "#F7A41D",
"color": "#DC143C",
"bold": true
},
"string.special": "#F7A41D",
"string.special": "#DC143C",
"keyword": "#FFFFFF",
"string": "#22EE53",
"type.builtin": {