blob: 3b789b846be0aac1902da3edd65a184bbe2789d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Scheme selection.
# Copyright (C) 2026 Danilo M. <danix@danix.xyz>
# Licensed under the GNU General Public License v2 only.
#
# This is the one line to change to retheme the desktop. It picks a pair of
# files: palette/<scheme>.conf, which holds the colours under the scheme's own
# names, and palette/roles-<scheme>.conf, which says what each colour is for.
#
# Run ./install.sh afterwards. Every themed config is generated from that pair,
# so nothing else needs editing.
#
# Available: macchiato, tokyo-night, nord, dracula
scheme = macchiato
|