Commit 791e425c authored by Andrey Cherepanov's avatar Andrey Cherepanov

Fix grub2 console font

Conflicts: components/grub2/theme.txt
parent 0ee05804
......@@ -21,12 +21,12 @@
# THE SOFTWARE.
#general settings
message-font: "DejaVu Sans Bold 14"
message-font: "Misc Fixed Bold 13"
title-text: ""
message-color: "#000"
message-bg-color: "#fff"
message-color: "#000000"
message-bg-color: "#ffffff"
desktop-image: "boot.png"
terminal-font: "DejaVu Sans Regular 12"
terminal-font: "Misc Fixed Regular 13"
#help bar at the bottom
+ label {
......@@ -37,7 +37,7 @@ terminal-font: "DejaVu Sans Regular 12"
text = "To boot the selected operating system using default settings, press return. For additional settings, press E"
align = "center"
font = "DejaVu Sans Regular 10"
color = "#000"
color = "#000000"
}
#menu
......@@ -46,8 +46,8 @@ terminal-font: "DejaVu Sans Regular 12"
width = 40%
top = 32%
height = 40%
item_font = "DejaVu Sans Regular 14"
selected_item_font = "DejaVu Sans Bold 16"
item_font = "Misc Fixed Bold 13"
selected_item_font = "Misc Fixed Bold 13"
icon_height = 24
icon_width = 24
item_height = 26
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment