Skip to content

Obsidian title bar color sheme #174

Closed Answered by tallguyjenks
spandankeshav asked this question in Q&A
Discussion options

You must be logged in to vote

its just CSS targeting the icon itself

.lucide-bookmark {
  color: var(--neutral-blue);
  fill: var(--neutral-blue);
}
.lucide-hash {
  color: var(--neutral-orange);
}
.lucide-search, .lucide-git-fork, .lucide-file {
  color: var(--light1);
}
.lucide-folder-closed {
  color: var(--neutral-yellow);
}
.lucide-clock {
  color: var(--neutral-aqua);
}
.lucide-calendar-check {
  color: var(--bright-red);
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tallguyjenks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants