Mindful Darkness

Quick rating

Mindful Darkness

No reviews yet

Turning all the lights off! Automatic dark mode for guis; as configurable as possible.

No Theme
No Genre
QoL & Tweaks
Client Utility
UI & Menu Tool
Mod Loaders
Forge
NeoForge
Fabric
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Client Only

Runs entirely on the client. Works on vanilla servers.

About

Project Details

Type
Mod
License
Mozilla Public License 2.0
Latest Version
[FABRIC] [26.2.x] v26.2.0
Authors
CurseForge

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

banner.png

strip.png

v1?label=&message=Discord&color=ECEBE6&labelColor=2F4858&style=for-the-badge&logo=discord&logoColor=whitev1?label=&message=Twitter&color=ECEBE6&labelColor=2F4858&style=for-the-badge&logo=x&logoColor=whitev1?label=&message=YouTube&color=ECEBE6&labelColor=2F4858&style=for-the-badge&logo=youtube&logoColor=whitev1?label=&message=GitHub&color=ECEBE6&labelColor=2F4858&style=for-the-badge&logo=github&logoColor=whitev1?label=&message=CurseForge&color=ECEBE6&labelColor=2F4858&style=for-the-badge&logo=curseforge&logoColor=whitev1?label=&message=Modrinth&color=ECEBE6&labelColor=2F4858&style=for-the-badge&logo=modrinth&logoColor=white

strip.png

about.png

Mindful Darkness adds a fully automatic dark mode to your game! Darkens all guis without any texture changes required. Can be quickly turned on and off directly in-game. You can also choose from different algorithm and control the darkness intensity with ease. Also includes a simple system allowing you to control which textures are affected (see Configuration).

strip.png

media.png

1.png

2.png

3.png

4.png

strip.png

installation.png

INSTALLATION REQUIRED ON CLIENT

REQUIRES PUZZLES LIB TO BE INSTALLED (FABRIC & NEOFORGE)

REQUIRES FABRIC API TO BE INSTALLED (FABRIC)

REQUIRES FORGE CONFIG API PORT TO BE INSTALLED (FABRIC)

strip.png

configuration.png

If available for a mod, configuration is possible directly from in-game using the mod menu (requires Mod Menu by Prospector to be installed on Fabric). Please note that on older Minecraft versions installing Forge Config Screens is also a requirement.

For manual configuration using an external text editor all files are found at .minecraft/config, named as MOD_ID-client.toml, MOD_ID-common.toml, or MOD_ID-server.toml, depending on the type of config. Not all types might exist for a mod, if any at all.

Mindful Darkness does not automatically darken every gui texture in the game, instead you have to manually specify in the config which textures are affected. Resources can be specified using '*' as wildcard char, can affect all or just a single namespace and you can use '!' to exclude resources.

By default, configuration looks like this: "textures/gui/*.png, !minecraft:textures/gui/icons.png". This will include all textures in the textures/gui directory from all namespaces (since this is where mods ususally put their gui textures). Specifically for the minecraft namespace icons.png is excluded though (indicated by adding '!' at the beginning). NOTE: The order of defining resources matters for exclusions! Excluded resources need to come after any entry that would otherwise include them.

strip.png

credits.png

🌟 Thanks to Buuz135 and their Dark Mode Everywhere mod, which I stole the idea for changing the font color from.

strip.png

banner.png    banner.png
 
banner.png    banner.png
 
banner.png    banner.png
 
banner.png    banner.png
 
banner.png    banner.png
 

strip.png

studio.png

strip.png

banner.png

strip.png

v1?label=&message=Discord&color=ECEBE6&labelColor=2F4858&style=for-the-badge&logo=discord&logoColor=whitev1?label=&message=Twitter&color=ECEBE6&labelColor=2F4858&style=for-the-badge&logo=x&logoColor=whitev1?label=&message=YouTube&color=ECEBE6&labelColor=2F4858&style=for-the-badge&logo=youtube&logoColor=whitev1?label=&message=GitHub&color=ECEBE6&labelColor=2F4858&style=for-the-badge&logo=github&logoColor=whitev1?label=&message=CurseForge&color=ECEBE6&labelColor=2F4858&style=for-the-badge&logo=curseforge&logoColor=whitev1?label=&message=Modrinth&color=ECEBE6&labelColor=2F4858&style=for-the-badge&logo=modrinth&logoColor=white

strip.png

about.png

Mindful Darkness adds a fully automatic dark mode to your game! Darkens all guis without any texture changes required. Can be quickly turned on and off directly in-game. You can also choose from different algorithm and control the darkness intensity with ease. Also includes a simple system allowing you to control which textures are affected (see Configuration).

strip.png

media.png

1.png

2.png

3.png

4.png

strip.png

installation.png

INSTALLATION REQUIRED ON CLIENT

REQUIRES PUZZLES LIB TO BE INSTALLED (FABRIC & NEOFORGE)

REQUIRES FABRIC API TO BE INSTALLED (FABRIC)

REQUIRES FORGE CONFIG API PORT TO BE INSTALLED (FABRIC)

strip.png

configuration.png

If available for a mod, configuration is possible directly from in-game using the mod menu (requires Mod Menu by Prospector to be installed on Fabric). Please note that on older Minecraft versions installing Forge Config Screens is also a requirement.

For manual configuration using an external text editor all files are found at .minecraft/config, named as MOD_ID-client.toml, MOD_ID-common.toml, or MOD_ID-server.toml, depending on the type of config. Not all types might exist for a mod, if any at all.

Mindful Darkness does not automatically darken every gui texture in the game, instead you have to manually specify in the config which textures are affected. Resources can be specified using '*' as wildcard char, can affect all or just a single namespace and you can use '!' to exclude resources.

By default, configuration looks like this: "textures/gui/*.png, !minecraft:textures/gui/icons.png". This will include all textures in the textures/gui directory from all namespaces (since this is where mods ususally put their gui textures). Specifically for the minecraft namespace icons.png is excluded though (indicated by adding '!' at the beginning). NOTE: The order of defining resources matters for exclusions! Excluded resources need to come after any entry that would otherwise include them.

strip.png

credits.png

🌟 Thanks to Buuz135 and their Dark Mode Everywhere mod, which I stole the idea for changing the font color from.

strip.png

banner.png

banner.png

banner.png

strip.png

studio.png

strip.png

Screenshots

Gallery

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

30.1m
Total Downloads
CurseForge
25.4m
Modrinth
4.6m
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works