Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
BuffyBox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vladimir Stoiakin
BuffyBox
Commits
65637dcb
Commit
65637dcb
authored
1 year ago
by
Johannes Marbach
Browse files
Options
Downloads
Patches
Plain Diff
Use internal names
parent
925b56d1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
shared/themes.c
+8
-8
8 additions, 8 deletions
shared/themes.c
with
8 additions
and
8 deletions
shared/themes.c
+
8
−
8
View file @
65637dcb
...
...
@@ -16,7 +16,7 @@
*/
/* Breezy light (based on KDE Breeze color palette, see https://develop.kde.org/hig/style/color/default/) */
static
const
bb_theme
bb_themes_
breezy_light
=
{
static
const
bb_theme
breezy_light
=
{
.
name
=
"breezy-light"
,
.
window
=
{
.
bg_color
=
0xeff0f1
...
...
@@ -174,7 +174,7 @@ static const bb_theme bb_themes_breezy_light = {
/* Breezy dark (based on KDE Breeze Dark color palette, see https://develop.kde.org/hig/style/color/dark/) */
static
const
bb_theme
bb_themes_
breezy_dark
=
{
static
const
bb_theme
breezy_dark
=
{
.
name
=
"breezy-dark"
,
.
window
=
{
.
bg_color
=
0x31363b
...
...
@@ -331,7 +331,7 @@ static const bb_theme bb_themes_breezy_dark = {
};
/* pmOS light (based on palette https://coolors.co/009900-395e66-db504a-e3b505-ebf5ee) */
static
const
bb_theme
bb_themes_
pmos_light
=
{
static
const
bb_theme
pmos_light
=
{
.
name
=
"pmos-light"
,
.
window
=
{
.
bg_color
=
0xf2f7f8
,
...
...
@@ -488,7 +488,7 @@ static const bb_theme bb_themes_pmos_light = {
};
/* pmOS dark (based on palette https://coolors.co/009900-395e66-db504a-e3b505-ebf5ee) */
static
const
bb_theme
bb_themes_
pmos_dark
=
{
static
const
bb_theme
pmos_dark
=
{
.
name
=
"pmos-dark"
,
.
window
=
{
.
bg_color
=
0x070c0d
...
...
@@ -650,10 +650,10 @@ static const bb_theme bb_themes_pmos_dark = {
const
int
bb_themes_num_themes
=
4
;
const
bb_theme
*
bb_themes_themes
[]
=
{
&
bb_themes_
breezy_light
,
&
bb_themes_
breezy_dark
,
&
bb_themes_
pmos_light
,
&
bb_themes_
pmos_dark
&
breezy_light
,
&
breezy_dark
,
&
pmos_light
,
&
pmos_dark
};
bb_themes_theme_id_t
bb_themes_find_theme_with_name
(
const
char
*
name
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment