orangekame3 / darkmode

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Go 99.2%Language:Makefile 0.8%