Skip to content

Commit

Permalink
Add color theme for Ice menu manager app (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksp authored Oct 20, 2024
1 parent 4d2fb96 commit 083ad29
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/lint.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const EXTENSIONS = [
].join(',');

const EXTRA_LIGHT_FILES = [
'themes/Ice/Readme.md',
'themes/Bartender/Readme.md',
'themes/macOS/Readme.md',
'themes/Slack/Readme.md',
Expand All @@ -57,6 +58,7 @@ const TRANSPARENT = [

const EXCEPTIONS = {
'themes/Bartender/Readme.md': ['#e3e3e3', '#f4effc'],
'themes/Ice/Readme.md': ['#e3e3e3', '#f4effc'],
'themes/JetBrains/squirrelsong-light/resources/theme/Squirrelsong Light.theme.json':
[
'#1d1d1f',
Expand Down
16 changes: 16 additions & 0 deletions themes/Ice/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Squirrelsong Light Theme for [Ice](https://icemenubar.app)

> [!WARNING]
> The actual color never goes brighter than `#e3e3e3` instead of `#f7f6f9`, and this color is the closest I could get to the theme colors.
## Installation

1. Turn on reduced transparency to see any color on the menu bar: **Apple menu****System Settings****Accessibility****Display****Reduce transparency**.
2. Open **Ice Settings** (right click on the Ice icon in the menu bar).
3. Select **Menu Bar Appearance**.
4. Turn off **Use dynamic appearance**.
4. Set **Tint** to **Solid** and click on the color box.
5. Select the second tab (Color Sliders), and **RGB Sliders**.
6. Put this value in the **Hex Value #** field: `#f4effc`.
7. Close the color selection modal.
8. Tweak other options to your liking like **Shadow** and **Border**.

0 comments on commit 083ad29

Please sign in to comment.