Skip to content

Instantly share code, notes, and snippets.

@iruwl
Last active August 5, 2023 02:34
Show Gist options
  • Save iruwl/275ca1bbe8638891afb7da05608ff0f1 to your computer and use it in GitHub Desktop.
Save iruwl/275ca1bbe8638891afb7da05608ff0f1 to your computer and use it in GitHub Desktop.
Nemo folder color switcher for Mint-Yz theme
{
"styles": [
{
"name": "Mint-Yz",
"icon-themes": [
{"name": "Base-Aqua", "color": "#1F9EDE", "theme": "Mint-Yz-Base-Aqua"},
{"name": "Base-BlueBelize", "color": "#277CB7", "theme": "Mint-Yz-Base-BlueBelize"},
{"name": "Base-BlueElectron", "color": "#0C75DE", "theme": "Mint-Yz-Base-BlueElectron"},
{"name": "Base-Grey", "color": "#aaaaaa", "theme": "Mint-Yz-Base-Grey"},
{"name": "Base-MintGum", "color": "#3DB884", "theme": "Mint-Yz-Base-MintGum"},
{"name": "Base-MintSoda", "color": "#09A78D", "theme": "Mint-Yz-Base-MintSoda"},
{"name": "Base-Orange", "color": "#FF791A", "theme": "Mint-Yz-Base-Orange"},
{"name": "Base-Orange70s", "color": "#D96716", "theme": "Mint-Yz-Base-Orange70s"},
{"name": "Base-Pink", "color": "#EB47B4", "theme": "Mint-Yz-Base-Pink"},
{"name": "Base-Purple", "color": "#8245A1", "theme": "Mint-Yz-Base-Purple"},
{"name": "Base-Red", "color": "#F20D20", "theme": "Mint-Yz-Base-Red"},
{"name": "Base-Yellow", "color": "#FFC71A", "theme": "Mint-Yz-Base-Yellow"}
]
}
]
}
@iruwl
Copy link
Author

iruwl commented Aug 5, 2023

  1. save to: /usr/share/folder-color-switcher/colors.d/Mint-Yz.json
  2. run: nemo -q && nemo --debug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment