blob: 556ef56990896fdf86788b5e018dc34f1ec3767c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Scheme selection.
# Copyright (C) 2026 Danilo M. <danix@danix.xyz>
# Licensed under the GNU General Public License v2 only.
#
# This file is the SEED. install.sh copies it to ~/.config/udt/roles.conf on a
# first run and never touches it again, so edit the copy, not this one.
#
# The live file picks a pair: 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.
#
# $EDITOR ~/.config/udt/roles.conf # change the scheme line
# ./install.sh # regenerate every config
#
# Keeping the selection outside the repo means switching scheme does not dirty
# the working tree, and two machines sharing this repo can run different
# schemes.
#
# Available: macchiato, tokyo-night, nord, dracula
scheme = macchiato
|