Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions theme.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ hideui singleuser,hints,arrows,label
# icons in your own directory and rely on the default for others.
# Default is "icons".
#
icons_dir refind-black/icons
icons_dir themes/refind-black/icons

# Use a custom title banner instead of the rEFInd icon and name. The file
# path is relative to the directory where refind.efi is located. The color
# in the top left corner of the image is used as the background color
# for the menu screens. Currently uncompressed BMP images with color
# depths of 24, 8, 4 or 1 bits are supported, as well as PNG images.
#
banner refind-black/background.png
banner themes/refind-black/background.png

# Custom images for the selection background. There is a big one (144 x 144)
# for the OS icons, and a small one (64 x 64) for the function icons in the
Expand All @@ -43,8 +43,8 @@ banner refind-black/background.png
# or a PNG image. The PNG format is required if you need transparency
# support (to let you "see through" to a full-screen banner).
#
selection_big refind-black/selection_big.png
selection_small refind-black/selection_small.png
selection_big themes/refind-black/selection_big.png
selection_small themes/refind-black/selection_small.png

# Which non-bootloader tools to show on the tools line, and in what
# order to display them:
Expand Down