mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-01-18 20:20:45 +00:00
colors removed from real terminal. It new passes black and white.
This commit is contained in:
parent
ee580b33f9
commit
cece882ca1
@ -26,7 +26,7 @@ TerminalScreen {
|
|||||||
Rectangle {
|
Rectangle {
|
||||||
id: background
|
id: background
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
color: shadersettings.background_color
|
color: "black"
|
||||||
}
|
}
|
||||||
|
|
||||||
Connections {
|
Connections {
|
||||||
@ -116,7 +116,7 @@ TerminalScreen {
|
|||||||
height: fontHeight
|
height: fontHeight
|
||||||
x: 0
|
x: 0
|
||||||
y: 0
|
y: 0
|
||||||
color: shadersettings.font_color
|
color: "white"
|
||||||
// SequentialAnimation on opacity{
|
// SequentialAnimation on opacity{
|
||||||
// NumberAnimation{from: 0; to: 1; duration: 500}
|
// NumberAnimation{from: 0; to: 1; duration: 500}
|
||||||
// NumberAnimation{from: 1; to: 0; duration: 500}
|
// NumberAnimation{from: 1; to: 0; duration: 500}
|
||||||
@ -127,7 +127,7 @@ TerminalScreen {
|
|||||||
Rectangle {
|
Rectangle {
|
||||||
id: flash
|
id: flash
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
color: shadersettings.font_color
|
color: "white"
|
||||||
opacity: 0
|
opacity: 0
|
||||||
SequentialAnimation {
|
SequentialAnimation {
|
||||||
id: flashAnimation
|
id: flashAnimation
|
||||||
|
@ -48,7 +48,7 @@ ObjectDestructItem {
|
|||||||
id: textElement
|
id: textElement
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
text: objectHandle.text
|
text: objectHandle.text
|
||||||
color: shadersettings.font_color
|
color: "white"
|
||||||
font: textItem.font
|
font: textItem.font
|
||||||
textFormat: Text.PlainText
|
textFormat: Text.PlainText
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user