Commit 1550579d authored by Roman Alifanov's avatar Roman Alifanov

recoloring to adwaita colors

parent 511a1db5
Palette\active=#b6c1d0, #525863, #004567, #003a56, #001925, #002638, #d2def0, #ffffff, #d2def0, #390644, #242424, #00121b, #1212b6, #ffffff, #9cd4ff, #790079, #434750, #000000, #b6c1d0, #2a2c30, #d2def0 Palette\active=#b6c1d0, #525863, #4a4a4e, #4a4a4e, #001925, #002638, #d2def0, #ffffff, #d2def0, #1d1d20, #36363a, #00121b, #4a4a4e, #ffffff, #545458, #4a4a4e, #434750, #000000, #b6c1d0, #2a2c30, #d2def0
Palette\disabled=#385464, #484d57, #004161, #003550, #001621, #002131, #406a7f, #ffffff, #6f7682, #262626, #002538, #001018, #000049, #ffffff, #306784, #25255b, #3b3e46, #000000, #b6c1d0, #2a2c30, #d2def0 Palette\disabled=#385464, #484d57, #545458, #545458, #001621, #002131, #545458, #ffffff, #6f7682, #222226, #66666a, #001018, #545458, #ffffff, #4a4a4e, #545458, #3b3e46, #000000, #b6c1d0, #2a2c30, #d2def0
Palette\inactive=#b6c1d0, #525863, #004567, #003a56, #001925, #002638, #d2def0, #ffffff, #d2def0, #1b0334, #242424, #00121b, #1212b6, #ffffff, #9cd4ff, #790079, #434750, #000000, #b6c1d0, #2a2c30, #d2def0 Palette\inactive=#b6c1d0, #525863, #4a4a4e, #4a4a4e, #001925, #002638, #d2def0, #ffffff, #d2def0, #222226, #36363a, #00121b, #4a4a4e, #ffffff, #545458, #4a4a4e, #434750, #000000, #b6c1d0, #2a2c30, #d2def0
style=Fusion Style=Cleanlooks
icons=breeze-dark
.AWizardFace { .AWizardFace {
border-style: none; border-style: none;
background-color: black; background-color: #222226;
color: white; color: white;
} }
AWizardFace > QScrollArea { AWizardFace > QScrollArea {
/* /*
border-width: 2px; border-width: 2px;
border-color: #080044; border-color: rgba(0, 0, 6, 0.36);
border-style: solid; border-style: solid;
*/ */
border-radius: 3ex; border-radius: 3ex;
background-image: url(:/design/bg.png); background-color: rgba(255, 255, 255, 0.08);
background-position: bottom right;
} }
.AWizardFace #view { .AWizardFace #view {
border-width: 2px; border-width: 2px;
border-color: #080044; border-color: rgba(0, 0, 6, 0.36);
border-style: solid; border-style: solid;
border-radius: 3ex; border-radius: 3ex;
background-image: url(:/design/bg.png); background-color: rgba(255, 255, 255, 0.08);
} }
.AWizardFace #wizardface_title_text { .AWizardFace #wizardface_title_text {
...@@ -29,14 +28,13 @@ AWizardFace > QScrollArea { ...@@ -29,14 +28,13 @@ AWizardFace > QScrollArea {
.AWizardFaceStepList { .AWizardFaceStepList {
border-width: 2px; border-width: 2px;
border-color: #080044; border-color: rgba(0, 0, 6, 0.36);
border-style: none; border-style: none;
border-right-style: solid; border-right-style: solid;
border-top-right-radius: 3ex; border-top-right-radius: 3ex;
border-bottom-right-radius: 3ex; border-bottom-right-radius: 3ex;
background-color: #05002b;
/* /*
background-image: url(:/design/bg.png); background-color: rgba(255, 255, 255, 0.08);
background-position: bottom right; background-position: bottom right;
*/ */
} }
...@@ -51,12 +49,12 @@ AWizardFace > QScrollArea { ...@@ -51,12 +49,12 @@ AWizardFace > QScrollArea {
} }
.ACenterFace #modules_view { .ACenterFace #modules_view {
background-color: #001e2d; background-color: #7f7f84;
} }
.ACenterFace #modules_view QToolButton:hover { .ACenterFace #modules_view QToolButton:hover {
border-width: 1px; border-width: 1px;
border-color: #080044; border-color: rgba(0, 0, 6, 0.36);
border-style: solid; border-style: solid;
/* background-color: white; */ /* background-color: white; */
border-radius: 5; border-radius: 5;
...@@ -67,83 +65,59 @@ QLineEdit[echoMode="2"] { ...@@ -67,83 +65,59 @@ QLineEdit[echoMode="2"] {
lineedit-password-character: 9679; lineedit-password-character: 9679;
} }
/*
QToolTip {
border: 2px solid #080044;
padding: 5px;
border-radius: 3px;
opacity: 200;
}
*/
QPushButton { QPushButton {
border-width: 2px; background-color: #4a4a4e;
border-color: #080044; border: none;
border-style: solid; border-radius: 10px;
border-radius: 5; padding: 8px 12px;
padding: 3px; font-size: 15px;
min-width: 9ex; text-align: center;
min-height: 2.5ex;
} }
QPushButton:hover { QPushButton:hover {
background-color: #080044; background-color: #545458;
} }
QPushButton:pressed { QPushButton:pressed {
padding-left: 5px; background-color: #727275;
padding-top: 5px;
/*
background-color: #080044;
*/
}
QRadioButton::indicator,
QTreeView::indicator,
QCheckBox::indicator {
border: 2px solid white;
border-radius: 4px;
} }
QListView::indicator:checked, QPushButton:disabled {
QTreeView::indicator:checked, background-color: #7f7f84;
QCheckBox::indicator:checked {
background-color: #771091;
} }
QTreeView::indicator:indeterminate { QProgressBar::chunk {
background-color: #1212b6; background-color: #4a4a4e;
background: QLinearGradient(
x1:0.0, y1:0.0,
x2:1.0, y2:0.9,
stop:0 #ca00de,
stop:1 #009dff
);
} }
QListView, QTreeView, QTableView { QListView, QTreeView, QTableView {
selection-color: white; selection-color: white;
selection-background-color: #1212b6; selection-background-color: #4a4a4e;
} }
QListView::item:selected, QTreeView::item:selected, QTableView::item:selected { QListView::item:selected, QTreeView::item:selected, QTableView::item:selected {
font-weight: bold; font-weight: bold;
} }
QRadioButton, QCheckBox {
border-style: none;
border-radius: 3px;
}
QRadioButton:hover, QCheckBox:hover {
background-color: #080044;
}
QLineEdit, QProgressBar, QComboBox, QTreeView, QTextBrowser { QLineEdit, QProgressBar, QComboBox, QTreeView, QTextBrowser {
border-width: 2px; border-width: 2px;
padding: 1px; padding: 1px;
border-style: solid; border-style: solid;
border-color: #080044; border-color: rgba(0, 0, 6, 0.36);
border-radius: 5px; border-radius: 8px;
} }
QLineEdit:focus, QComboBox:focus, QTreeView:focus, QTextBrowser:focus, QPushButton:focus { QLineEdit:focus, QComboBox:focus, QTreeView:focus, QTextBrowser:focus, QPushButton:focus {
border-width: 3px; border-width: 3px;
border-color: #0a0055; border-color: rgba(0, 0, 6, 0.36);
padding: 0px; padding: 0px;
} }
...@@ -152,5 +126,5 @@ QListView, QTreeView { ...@@ -152,5 +126,5 @@ QListView, QTreeView {
} }
QListView::item:hover, QTreeView::item:hover { QListView::item:hover, QTreeView::item:hover {
background-color: #080044; background-color: rgba(0, 0, 6, 0.36);
} }
browser-qt/design/logo_48.png

2.5 KB | W: | H:

browser-qt/design/logo_48.png

2.88 KB | W: | H:

browser-qt/design/logo_48.png
browser-qt/design/logo_48.png
browser-qt/design/logo_48.png
browser-qt/design/logo_48.png
  • 2-up
  • Swipe
  • Onion skin
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