/darkmode

darkmode is a tool to switch from CLI to darkmode. It is compatible with multi-platforms.

Primary LanguageGoMIT LicenseMIT

darkmode

Installation

Run following command.

go install github.com/orangekame3/darkmode@latest

Usage

First, run the following command to generate a configuration file.

darkmode init --env windows

The following file is generated when the command is executed. Please disable the appropriate platform comment-outs.

desktop:
  environment: windows
  dark-theme: none
  light-theme: none

If you using gnome-desktop, run the following command.

darkmode init --env gnome

The following file is generated when the command is executed. Please disable the appropriate platform comment-outs.

desktop:
  environment: gnome
  dark-theme: Adwaita-dark
  light-theme: Adwaita