Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Q
qtquickcontrols-nemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NemoMobile
qtquickcontrols-nemo
Commits
f37760c3
Commit
f37760c3
authored
Nov 12, 2013
by
Lucien XU
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[cleanups] Removed old JS based themes
parent
b84aefa4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
114 deletions
+0
-114
Theme1.js
src/styles/themes/Theme1.js
+0
-57
Theme2.js
src/styles/themes/Theme2.js
+0
-57
No files found.
src/styles/themes/Theme1.js
deleted
100644 → 0
View file @
b84aefa4
/*
* Copyright (C) 2013 Andrea Bernabei <and.bernabei@gmail.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public License
* along with this library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301, USA.
*/
var
themeName
=
"
Glacier
"
// ACCENT IS THE MAIN THEME COLOUR
var
accentColor
=
"
#0091e5
"
var
fillColor
=
"
#474747
"
var
fillColorDark
=
"
#313131
"
// BUTTON STYLING
var
button
=
{
background
:
fillColor
,
text
:
"
white
"
,
pressedGradient
:
{
centerColor
:
accentColor
,
edgeColor
:
"
transparent
"
}
}
// PRIMARY BUTTON STYLING
var
primaryButton
=
{
background
:
accentColor
,
pressedGradient
:
{
centerColor
:
"
white
"
,
edgeColor
:
accentColor
}
}
// STYLE FOR SLIDER AND PROGRESS BAR GROOVES
var
groove
=
{
foreground
:
accentColor
,
background
:
fillColorDark
,
}
// TEXTFIELD INPUT
var
textField
=
{
selectedTextColor
:
"
#ffffff
"
,
selectionColor
:
"
#0091e5
"
,
}
src/styles/themes/Theme2.js
deleted
100644 → 0
View file @
b84aefa4
/*
* Copyright (C) 2013 Andrea Bernabei <and.bernabei@gmail.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public License
* along with this library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301, USA.
*/
var
themeName
=
"
Ugly Test Theme
"
// ACCENT IS THE MAIN THEME COLOUR
var
accentColor
=
"
#FF7F00
"
var
fillColor
=
"
#474747
"
var
fillColorDark
=
"
#202020
"
// BUTTON STYLING
var
button
=
{
background
:
fillColor
,
text
:
"
blue
"
,
pressedGradient
:
{
centerColor
:
accentColor
,
edgeColor
:
"
transparent
"
}
}
// PRIMARY BUTTON STYLING
var
primaryButton
=
{
background
:
accentColor
,
pressedGradient
:
{
centerColor
:
"
white
"
,
edgeColor
:
accentColor
}
}
// STYLE FOR SLIDER AND PROGRESS BAR GROOVES
var
groove
=
{
foreground
:
accentColor
,
background
:
fillColorDark
,
}
// TEXTFIELD INPUT
var
textField
=
{
selectedTextColor
:
"
#ffffff
"
,
selectionColor
:
"
#0091e5
"
,
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment