1

I can make the bottom bar (the bar that shows page number) of okular disappear by adding the below line under [Main View] of okularpartrc (found in ~/.config).

ShowBottomBar=false

However, I am interested in changing the color of the bottom bar. I mean I wanna change the color of toolbar and menubar of okular which are all white by default. How can I do that? I tried adding BottomBarColor=255,0,0 under [Main View] but it doesn't change the color.

1 Answers1

2

I was able to do it adding QT_QPA_PLATFORMTHEME=gtk2 in /usr/environment. It follows the system theme for QT applications. To change system theme, I had to install gnome-tweaks.

EDIT: It needs a restart to take effect.