mirror of
https://github.com/echo-saurav/slash-snippets-plugin.git
synced 2026-07-22 12:50:33 +00:00
20 lines
158 B
CSS
20 lines
158 B
CSS
|
|
.slash-fuzzy-match {
|
|
color: var(--bold-color);
|
|
}
|
|
|
|
.slash-file {
|
|
|
|
}
|
|
|
|
.slash-file-content {
|
|
|
|
}
|
|
|
|
.slash-path {
|
|
|
|
}
|
|
|
|
.insert_text {
|
|
color: var(--text-muted);
|
|
}
|