Skip to content

Commit 6ac7c5d

Browse files
committed
set explicit dark theme
1 parent 9bbaea2 commit 6ac7c5d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ ifeq ($(DESKTOP),1)
9999
#(rofi will be installed from AUR)
100100
#fonts
101101
${PACMAN} noto-fonts-emoji otf-fira-mono ttf-dejavu ttf-droid ttf-fira-code ttf-fira-code ttf-fira-mono ttf-fira-sans ttf-font-awesome ttf-khmer ttf-linux-libertine ttf-opensans ttf-roboto ttf-tibetan-machine ttf-ubuntu-font-family wqy-bitmapfont wqy-microhei wqy-zenhei cantarell-fonts gucharmap
102+
#themes etc
103+
${PACMAN} gnome-themes-extra
102104
#graphics & video
103105
${PACMAN} cheese feh ffmpeg gimp imagemagick imv inkscape mplayer mpv sxiv v4l-utils vlc yt-dlp kdenlive ytfzf
104106
#IME & languages

river/init

+1
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ riverctl rule-add -app-id 'imv' ssd
278278

279279
gsettings set org.gnome.desktop.interface text-scaling-factor 1.8
280280
gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
281+
gsettings set org.gnome.desktop.interface gtk-theme 'Adwaita-dark'
281282

282283
riverctl keyboard-layout $KB_OPTS proybasic
283284
# Set the default layout generator to be rivercarro and start it.

0 commit comments

Comments
 (0)