mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 23:27:44 +00:00
Terminal+LibVT: Get the color scheme from the system theme
This commit is contained in:
parent
8eb402f8e5
commit
800c292be8
5 changed files with 38 additions and 107 deletions
|
@ -85,17 +85,4 @@
|
|||
text: "Blinking cursor"
|
||||
}
|
||||
}
|
||||
|
||||
@GUI::GroupBox {
|
||||
title: "Color Scheme"
|
||||
preferred_height: "fit"
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [16, 8, 8]
|
||||
spacing: 16
|
||||
}
|
||||
|
||||
@GUI::ComboBox {
|
||||
name: "color_scheme_combo"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue