aparoksha.dev/static/syntax-theme-dark.css
david-swift 1da127e3ed
All checks were successful
Gitea Actions Demo / publish (push) Successful in 47s
Add flat navigation and modify theme
2024-11-24 21:30:38 +01:00

26 lines
319 B
CSS

/*
* theme "Aparoksha (dark)" by david-swift
*/
.z-code {
color: #D5D1D2;
background-color: #28272D;
}
.z-string {
color: #FF2D75;
}
.z-constant.z-numeric {
color: #FF2D75;
}
.z-keyword {
color: #FF2D75;
font-weight: bold;
}
.z-storage {
color: #FF2D75;
font-weight: bold;
}
.z-comment {
color: #929292;
}