Skip to content

Commit 8b3571a

Browse files
committed
brite: change theme name
1 parent fe22833 commit 8b3571a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+235
-267
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const autoprefixer = require('autoprefixer');
66
const pkg = require('./package.json');
77

88
const SWATCHES = [
9-
'brut',
9+
'brite',
1010
'cerulean',
1111
'cosmo',
1212
'cyborg',

dist/brut/_bootswatch.scss renamed to dist/brite/_bootswatch.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Brut 5.3.3
1+
// Brite 5.3.3
22
// Bootswatch
33

44

dist/brut/_variables.scss renamed to dist/brite/_variables.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Brut 5.3.3
1+
// Brite 5.3.3
22
// Bootswatch
33

4-
$theme: "cerulean" !default;
4+
$theme: "brite" !default;
55

66
//
77
// Color system

dist/brut/bootstrap.css renamed to dist/brite/bootstrap.css

Lines changed: 32 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@charset "UTF-8";
22
/*!
33
* Bootswatch v5.3.3 (https://bootswatch.com)
4-
* Theme: brut
5-
* Copyright 2012-2024 Thomas Park
4+
* Theme: brite
5+
* Copyright 2012-2025 Thomas Park
66
* Licensed under MIT
77
* Based on Bootstrap
88
*/
@@ -12076,10 +12076,6 @@ textarea.form-control-lg {
1207612076
border: 2px solid #000;
1207712077
}
1207812078

12079-
a {
12080-
font-weight: 500;
12081-
}
12082-
1208312079
.navbar {
1208412080
font-size: 1.09375rem;
1208512081
font-weight: 500;
@@ -12100,11 +12096,11 @@ a {
1210012096
}
1210112097

1210212098
.btn {
12103-
border-color: #000;
1210412099
margin: 3px 0 0 3px;
12100+
border-color: #000;
1210512101
box-shadow: 3px 3px 0 0 var(--bs-border-color);
12106-
transform: translate(-3px, -3px);
1210712102
transition: all 0.3s;
12103+
transform: translate(-3px, -3px);
1210812104
}
1210912105
.btn:hover {
1211012106
border-color: #000;
@@ -12119,10 +12115,10 @@ a {
1211912115
}
1212012116

1212112117
.btn-outline-primary {
12118+
color: #000;
1212212119
background-color: #a2e436;
1212312120
box-shadow: none;
1212412121
transform: translate(0, 0);
12125-
color: #000;
1212612122
}
1212712123
.btn-outline-primary:hover {
1212812124
box-shadow: 3px 3px 0 0 var(--bs-border-color);
@@ -12135,10 +12131,10 @@ a {
1213512131
}
1213612132

1213712133
.btn-outline-secondary {
12134+
color: #000;
1213812135
background-color: #fff;
1213912136
box-shadow: none;
1214012137
transform: translate(0, 0);
12141-
color: #000;
1214212138
}
1214312139
.btn-outline-secondary:hover {
1214412140
box-shadow: 3px 3px 0 0 var(--bs-border-color);
@@ -12151,10 +12147,10 @@ a {
1215112147
}
1215212148

1215312149
.btn-outline-success {
12150+
color: #000;
1215412151
background-color: #68d391;
1215512152
box-shadow: none;
1215612153
transform: translate(0, 0);
12157-
color: #000;
1215812154
}
1215912155
.btn-outline-success:hover {
1216012156
box-shadow: 3px 3px 0 0 var(--bs-border-color);
@@ -12167,10 +12163,10 @@ a {
1216712163
}
1216812164

1216912165
.btn-outline-info {
12166+
color: #000;
1217012167
background-color: #22d2ed;
1217112168
box-shadow: none;
1217212169
transform: translate(0, 0);
12173-
color: #000;
1217412170
}
1217512171
.btn-outline-info:hover {
1217612172
box-shadow: 3px 3px 0 0 var(--bs-border-color);
@@ -12183,10 +12179,10 @@ a {
1218312179
}
1218412180

1218512181
.btn-outline-warning {
12182+
color: #000;
1218612183
background-color: #ffc700;
1218712184
box-shadow: none;
1218812185
transform: translate(0, 0);
12189-
color: #000;
1219012186
}
1219112187
.btn-outline-warning:hover {
1219212188
box-shadow: 3px 3px 0 0 var(--bs-border-color);
@@ -12199,10 +12195,10 @@ a {
1219912195
}
1220012196

1220112197
.btn-outline-danger {
12198+
color: #000;
1220212199
background-color: #f56565;
1220312200
box-shadow: none;
1220412201
transform: translate(0, 0);
12205-
color: #000;
1220612202
}
1220712203
.btn-outline-danger:hover {
1220812204
box-shadow: 3px 3px 0 0 var(--bs-border-color);
@@ -12215,10 +12211,10 @@ a {
1221512211
}
1221612212

1221712213
.btn-outline-light {
12214+
color: #000;
1221812215
background-color: #e9ecef;
1221912216
box-shadow: none;
1222012217
transform: translate(0, 0);
12221-
color: #000;
1222212218
}
1222312219
.btn-outline-light:hover {
1222412220
box-shadow: 3px 3px 0 0 var(--bs-border-color);
@@ -12231,10 +12227,10 @@ a {
1223112227
}
1223212228

1223312229
.btn-outline-dark {
12230+
color: #000;
1223412231
background-color: #000;
1223512232
box-shadow: none;
1223612233
transform: translate(0, 0);
12237-
color: #000;
1223812234
}
1223912235
.btn-outline-dark:hover {
1224012236
box-shadow: 3px 3px 0 0 var(--bs-border-color);
@@ -12267,18 +12263,24 @@ a {
1226712263
}
1226812264

1226912265
.btn-check + .btn:hover {
12270-
border-color: #000;
1227112266
color: #000;
12267+
border-color: #000;
1227212268
}
1227312269

1227412270
.btn-check:checked + .btn,
1227512271
:not(.btn-check) + .btn:active,
12276-
.btn:first-child:active, .btn.active, .btn.show {
12272+
.btn:first-child:active,
12273+
.btn.active,
12274+
.btn.show {
1227712275
border-color: #000;
1227812276
box-shadow: none;
1227912277
transform: translate(0, 0);
1228012278
}
1228112279

12280+
a {
12281+
font-weight: 500;
12282+
}
12283+
1228212284
.form-range:not([disabled])::-moz-range-progress {
1228312285
height: 0.6rem;
1228412286
background-color: #a2e436;
@@ -12311,9 +12313,9 @@ a {
1231112313
.nav-tabs {
1231212314
gap: 4px;
1231312315
padding: 0.4rem 0.4rem calc(0.4rem + 2px);
12316+
font-weight: 500;
1231412317
border: 2px solid #000;
1231512318
border-radius: 0.5rem;
12316-
font-weight: 500;
1231712319
}
1231812320
.nav-tabs .nav-link {
1231912321
border-width: 2px;
@@ -12324,8 +12326,8 @@ a {
1232412326
}
1232512327

1232612328
.tab-content {
12327-
margin-top: 1rem;
1232812329
padding: 1rem;
12330+
margin-top: 1rem;
1232912331
border: 2px solid #000;
1233012332
border-radius: 0.5rem;
1233112333
}
@@ -12339,8 +12341,8 @@ a {
1233912341
}
1234012342

1234112343
.breadcrumb {
12342-
border: 2px solid #000;
1234312344
font-weight: 500;
12345+
border: 2px solid #000;
1234412346
}
1234512347
.breadcrumb a {
1234612348
color: #000;
@@ -12356,61 +12358,61 @@ a {
1235612358
}
1235712359

1235812360
.list-group-item-primary {
12361+
color: #000;
1235912362
background-color: #a2e436;
1236012363
border-color: #000;
12361-
color: #000;
1236212364
}
1236312365

1236412366
.list-group-item-secondary {
12367+
color: #000;
1236512368
background-color: #fff;
1236612369
border-color: #000;
12367-
color: #000;
1236812370
}
1236912371

1237012372
.list-group-item-success {
12373+
color: #000;
1237112374
background-color: #68d391;
1237212375
border-color: #000;
12373-
color: #000;
1237412376
}
1237512377

1237612378
.list-group-item-info {
12379+
color: #000;
1237712380
background-color: #22d2ed;
1237812381
border-color: #000;
12379-
color: #000;
1238012382
}
1238112383

1238212384
.list-group-item-warning {
12385+
color: #000;
1238312386
background-color: #ffc700;
1238412387
border-color: #000;
12385-
color: #000;
1238612388
}
1238712389

1238812390
.list-group-item-danger {
12391+
color: #000;
1238912392
background-color: #f56565;
1239012393
border-color: #000;
12391-
color: #000;
1239212394
}
1239312395

1239412396
.list-group-item-light {
12397+
color: #000;
1239512398
background-color: #e9ecef;
1239612399
border-color: #000;
12397-
color: #000;
1239812400
}
1239912401

1240012402
.list-group-item-dark {
12403+
color: #000;
1240112404
background-color: #000;
1240212405
border-color: #000;
12403-
color: #000;
1240412406
}
1240512407

1240612408
.list-group-item-dark {
1240712409
color: #fff;
1240812410
}
1240912411

1241012412
.alert {
12413+
color: #000;
1241112414
border: 2px solid #000;
1241212415
box-shadow: 3px 3px 0 0 var(--bs-border-color);
12413-
color: #000;
1241412416
}
1241512417

1241612418
.alert-link {

docs/5/brut/bootstrap.min.css renamed to dist/brite/bootstrap.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/brite/bootstrap.min.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)