New start page and AmneziaFree support (#865)
New start page and AmneziaFree support
This commit is contained in:
parent
01413e5a4c
commit
843156cf1b
443 changed files with 11759 additions and 2758 deletions
|
@ -5,22 +5,22 @@ import QtQuick
|
|||
QtObject {
|
||||
property QtObject color: QtObject {
|
||||
readonly property color transparent: 'transparent'
|
||||
readonly property color white: '#D7D8DB'
|
||||
readonly property color whiteHovered: '#C1C2C5'
|
||||
readonly property color grey: '#878B91'
|
||||
readonly property color greyDisabled: '#494B50'
|
||||
readonly property color greyDark: '#2C2D30'
|
||||
readonly property color blackLight: '#1C1D21'
|
||||
readonly property color blackHovered: '#01010114'
|
||||
readonly property color blackPressed: '#0101011f'
|
||||
readonly property color black: '#0E0E11'
|
||||
readonly property color orange: '#FBB26A'
|
||||
readonly property color orangeDark: '#A85809'
|
||||
readonly property color brownLight: '#84603D'
|
||||
readonly property color brown: '#633303'
|
||||
readonly property color brownDark: '#402102'
|
||||
readonly property color red: '#EB5757'
|
||||
|
||||
readonly property color connectionInProgress: '#261E1A'
|
||||
readonly property color paleGray: '#D7D8DB'
|
||||
readonly property color lightGray: '#C1C2C5'
|
||||
readonly property color mutedGray: '#878B91'
|
||||
readonly property color charcoalGray: '#494B50'
|
||||
readonly property color slateGray: '#2C2D30'
|
||||
readonly property color onyxBlack: '#1C1D21'
|
||||
readonly property color midnightBlack: '#0E0E11'
|
||||
readonly property color goldenApricot: '#FBB26A'
|
||||
readonly property color burntOrange: '#A85809'
|
||||
readonly property color mutedBrown: '#84603D'
|
||||
readonly property color richBrown: '#633303'
|
||||
readonly property color deepBrown: '#402102'
|
||||
readonly property color vibrantRed: '#EB5757'
|
||||
readonly property color darkCharcoal: '#261E1A'
|
||||
readonly property color sheerWhite: Qt.rgba(1, 1, 1, 0.12)
|
||||
readonly property color translucentWhite: Qt.rgba(1, 1, 1, 0.08)
|
||||
readonly property color barelyTranslucentWhite: Qt.rgba(1, 1, 1, 0.05)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue