2023-12-30 14:45:16 +08:00
|
|
|
/** https://github.com/AmjadHD/sublime_one_theme */
|
|
|
|
|
|
|
|
/** light */
|
|
|
|
|
2024-01-03 20:52:56 +08:00
|
|
|
.color-scheme--light .syntect-support.syntect-function,
|
|
|
|
.color-scheme--light .syntect-entity.syntect-name.syntect-function,
|
|
|
|
.color-scheme--light .syntect-variable.syntect-annotation,
|
|
|
|
.color-scheme--light .syntect-macro {
|
|
|
|
color: hsl(221, 87%, 60%);
|
|
|
|
}
|
|
|
|
|
2023-12-31 23:33:05 +08:00
|
|
|
.color-scheme--light .syntect-keyword,
|
2023-12-30 14:45:16 +08:00
|
|
|
.color-scheme--light .syntect-storage {
|
|
|
|
color: hsl(301, 63%, 40%);
|
|
|
|
}
|
|
|
|
|
2024-01-03 20:52:56 +08:00
|
|
|
.color-scheme--light .syntect-punctuation.syntect-accessor,
|
2023-12-30 14:45:16 +08:00
|
|
|
.color-scheme--light .syntect-keyword.syntect-operator {
|
|
|
|
color: hsl(335, 95%, 62%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.color-scheme--light .syntect-support.syntect-type {
|
|
|
|
color: hsl(198, 99%, 37%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.color-scheme--light .syntect-string {
|
|
|
|
color: hsl(119, 34%, 47%);
|
|
|
|
}
|
|
|
|
|
2023-12-31 23:33:05 +08:00
|
|
|
.color-scheme--light .syntect-constant,
|
2023-12-30 14:45:16 +08:00
|
|
|
.color-scheme--light .syntect-placeholder {
|
|
|
|
color: hsl(41, 99%, 30%);
|
|
|
|
}
|
|
|
|
|
|
|
|
/** dark */
|
2024-01-03 20:52:56 +08:00
|
|
|
.color-scheme--dark .syntect-support.syntect-function,
|
|
|
|
.color-scheme--dark .syntect-entity.syntect-name.syntect-function,
|
|
|
|
.color-scheme--dark .syntect-variable.syntect-annotation,
|
|
|
|
.color-scheme--dark .syntect-macro {
|
|
|
|
color: hsl(207, 82%, 66%);
|
|
|
|
}
|
2023-12-30 14:45:16 +08:00
|
|
|
|
2023-12-31 23:33:05 +08:00
|
|
|
.color-scheme--dark .syntect-keyword,
|
2023-12-30 14:45:16 +08:00
|
|
|
.color-scheme--dark .syntect-storage {
|
|
|
|
color: hsl(286, 60%, 67%);
|
|
|
|
}
|
|
|
|
|
2024-01-03 20:52:56 +08:00
|
|
|
.color-scheme--dark .syntect-punctuation.syntect-accessor,
|
2023-12-30 14:45:16 +08:00
|
|
|
.color-scheme--dark .syntect-keyword.syntect-operator {
|
|
|
|
color: hsl(335, 95%, 62%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.color-scheme--dark .syntect-support.syntect-type {
|
|
|
|
color: hsl(187, 47%, 55%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.color-scheme--dark .syntect-string {
|
|
|
|
color: hsl(95, 38%, 62%);
|
|
|
|
}
|
|
|
|
|
2023-12-31 23:33:05 +08:00
|
|
|
.color-scheme--dark .syntect-constant,
|
2023-12-30 14:45:16 +08:00
|
|
|
.color-scheme--dark .syntect-placeholder {
|
|
|
|
color: hsl(29, 54%, 61%);
|
|
|
|
}
|