Commit acaa170c authored by Sergey V Turchin's avatar Sergey V Turchin

- update browser-qt colors

parent 677bf3f2
Palette\active=#000000, #e1ebe1, #ffffff, #eff5ef, #6b736b, #b1c0b1, #000000, #ffffff, #000000, #f5faf5, #e1ebe1, #393e39, #056f76, #ffffff, #0000c0, #800080, #dee9ff, #000000, #cdebaf, #000000 Palette\active=#000000, #dfebe6, #ffffff, #eff5f5, #6c7373, #b3bebe, #000000, #ffffff, #000000, #f5faf5, #e0ebeb, #3a3d3d, #006d73, #ffffff, #0000c0, #800080, #ddfff6, #000000, #adebca, #000000
Palette\inactive=#000000, #e1ebe1, #ffffff, #eff5ef, #6b736b, #b1c0b1, #000000, #ffffff, #000000, #f5faf5, #e1ebe1, #393e39, #056f76, #ffffff, #0000c0, #800080, #dee9ff, #000000, #cdebaf, #000000 Palette\inactive=#000000, #dfebe6, #ffffff, #eff5f5, #6c7373, #b3bebe, #000000, #ffffff, #000000, #f5faf5, #e0ebeb, #3a3d3d, #006d73, #ffffff, #0000c0, #800080, #ddfff6, #000000, #adebca, #000000
Palette\disabled=#929992, #e1ebe1, #ffffff, #eff5ef, #6b736b, #b1c0b1, #9fa39f, #ffffff, #929992, #f5faf5, #e1ebe1, #393e39, #e1ebe1, #929992, #9fa3e3, #cca3cc, #dee9ff, #000000, #cdebaf, #000000 Palette\disabled=#929999, #dfebe6, #ffffff, #eff5f5, #6c7373, #b3bebe, #9fa39f, #ffffff, #919996, #f5faf5, #e0ebeb, #3a3d3d, #e0ebeb, #929999, #9fa3e3, #cca3cc, #ddfff6, #000000, #adebca, #000000
Style=Plastique Style=Plastique
...@@ -48,16 +48,16 @@ QLineEdit[echoMode="2"] { ...@@ -48,16 +48,16 @@ QLineEdit[echoMode="2"] {
} }
QToolTip { QToolTip {
border: 2px solid #5175AE; border: 2px solid #50A9AE;
padding: 5px; padding: 5px;
border-radius: 3px; border-radius: 3px;
opacity: 200; opacity: 200;
} }
QPushButton { QPushButton {
background-color: #BDD3EE; background-color: #BDEEEA;
border-width: 2px; border-width: 2px;
border-color: #5175AE; border-color: #50A9AE;
border-style: solid; border-style: solid;
border-radius: 5; border-radius: 5;
padding: 3px; padding: 3px;
...@@ -66,13 +66,13 @@ QPushButton { ...@@ -66,13 +66,13 @@ QPushButton {
} }
QPushButton:hover { QPushButton:hover {
background-color: #CAE2FF; background-color: #CAFFFB;
} }
QPushButton:pressed { QPushButton:pressed {
padding-left: 5px; padding-left: 5px;
padding-top: 5px; padding-top: 5px;
background-color: #CAE2FF; background-color: #CAFFFB;
} }
QRadioButton, QCheckBox { QRadioButton, QCheckBox {
...@@ -81,20 +81,20 @@ QRadioButton, QCheckBox { ...@@ -81,20 +81,20 @@ QRadioButton, QCheckBox {
} }
QRadioButton:hover, QCheckBox:hover { QRadioButton:hover, QCheckBox:hover {
background-color: #B0C7F3; background-color: #B0F3DD;
} }
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: #5175AE; border-color: #50A9AE;
border-radius: 5px; border-radius: 5px;
} }
QLineEdit:focus, QComboBox:focus, QTreeView:focus, QTextBrowser:focus { QLineEdit:focus, QComboBox:focus, QTreeView:focus, QTextBrowser:focus {
border-width: 3px; border-width: 3px;
border-color: #305CAE; border-color: #2FAE7F;
padding: 0px; padding: 0px;
} }
...@@ -103,7 +103,7 @@ QListView, QTreeView { ...@@ -103,7 +103,7 @@ QListView, QTreeView {
} }
QListView::item:hover, QTreeView::item:hover { QListView::item:hover, QTreeView::item:hover {
background-color: #D4E3FC; background-color: #D5FCF1;
} }
#splash_screen QLineEdit { #splash_screen QLineEdit {
......
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