mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-11 18:00:26 +00:00
Add icon colours to the starlight theme
They look pretty hideous, IMO; the starlight theme is turning into a bit of a dumping ground of demos of techniques that would be useful in more skilled hands (embedded fonts, embedded background bitmaps, etc)
This commit is contained in:
parent
c340c0d0a4
commit
0aae6ab109
@ -44,3 +44,44 @@ html body {
|
||||
font-family: "Arvo", "Times";
|
||||
background: url(<<datauri "$:/themes/tiddlywiki/starlight/ltbg.jpg">>);
|
||||
}
|
||||
|
||||
/*
|
||||
** Some rainbow icon colours
|
||||
*/
|
||||
|
||||
svg.tw-image-new-button {
|
||||
fill: #5eb95e; /* Green */
|
||||
}
|
||||
|
||||
svg.tw-image-options-button {
|
||||
fill: rgb(128, 88, 165); /* Purple */
|
||||
}
|
||||
|
||||
svg.tw-image-save-button {
|
||||
fill: #0e90d2; /* Light blue */
|
||||
}
|
||||
|
||||
svg.tw-image-info-button {
|
||||
fill: #0e90d2; /* Light blue */
|
||||
}
|
||||
|
||||
svg.tw-image-edit-button {
|
||||
fill: rgb(243, 123, 29); /* Orange */
|
||||
}
|
||||
|
||||
svg.tw-image-close-button {
|
||||
fill: #dd514c; /* Red */
|
||||
}
|
||||
|
||||
svg.tw-image-delete-button {
|
||||
fill: #dd514c; /* Red */
|
||||
}
|
||||
|
||||
svg.tw-image-cancel-button {
|
||||
fill: rgb(243, 123, 29); /* Orange */
|
||||
}
|
||||
|
||||
svg.tw-image-done-button {
|
||||
fill: #5eb95e; /* Green */
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user