1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 00:57:36 +00:00

Terminal+LibVT: Get the color scheme from the system theme

This commit is contained in:
implicitfield 2022-12-02 18:16:58 +02:00 committed by Andrew Kaster
parent 8eb402f8e5
commit 800c292be8
5 changed files with 38 additions and 107 deletions

View file

@ -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"
}
}
}