/* Tracker Tracker plugin styles and themed colours https://github.com/replete/obsidian-minimal-theme-css-snippets */ /* chart display tweaks */ .block-language-tracker { .tracker-legend { stroke: none; } .tracker-tick-label { fill:var(--tx2); } } /* Duotone on hover effect */ /* Light themes */ .theme-light.minimal-default-light .block-language-tracker:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-light.minimal-atom-light .block-language-tracker:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-light.minimal-ayu-light .block-language-tracker:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-light.minimal-catppuccin-light .block-language-tracker:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-light.minimal-everforest-light .block-language-tracker:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-light.minimal-gruvbox-light .block-language-tracker:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-light.minimal-macos-light .block-language-tracker:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-light.minimal-nord-light .block-language-tracker:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-light.minimal-notion-light .block-language-tracker:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-light.minimal-rose-pine-light .block-language-tracker:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-light.minimal-solarized-light .block-language-tracker:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-light.minimal-things-light .block-language-tracker:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } /* Dark themes */ .theme-dark.minimal-default-dark .block-language-tracker:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-dark.minimal-atom-dark .block-language-tracker:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-dark.minimal-ayu-dark .block-language-tracker:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-dark.minimal-catppuccin-dark .block-language-tracker:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); /* removed .2 from light values text overlay legibility */ } .theme-dark.minimal-dracula-dark .block-language-tracker:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-dark.minimal-everforest-dark .block-language-tracker:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-dark.minimal-gruvbox-dark .block-language-tracker:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-dark.minimal-macos-dark .block-language-tracker:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-dark.minimal-nord-dark .block-language-tracker:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-dark.minimal-notion-dark .block-language-tracker:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-dark.minimal-rose-pine-dark .block-language-tracker:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-dark.minimal-solarized-dark .block-language-tracker:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); } .theme-dark.minimal-things-dark .block-language-tracker:not(:hover) { filter: url('data:image/svg+xml,\ \ \ \ \ \ \ \ \ \ \ \ #filter'); }