Skip to content

Commit

Permalink
Adjusted the color for sea
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsHolt committed Feb 27, 2024
1 parent fcfed6b commit 11ad6bb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fcoo-colors",
"version": "2.1.0",
"version": "2.1.1",
"homepage": "https://github.com/FCOO/fcoo-colors",
"authors": [
"Niels Holt"
Expand Down
2 changes: 1 addition & 1 deletion dist/fcoo-colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Environmental color
--fcoo-env-space-color: #28161C;
--fcoo-env-sky-color: #50B8E7;
--fcoo-env-cloud-color: #DDE7EE;
--fcoo-env-sea-color: #064273;
--fcoo-env-sea-color: #046997;
--fcoo-env-ice-color: #BAF2EF;
--fcoo-env-snow-color: #FFFAFA;
--fcoo-env-land-color: #4E341D;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fcoo-colors",
"version": "2.1.0",
"version": "2.1.1",
"homepage": "https://github.com/FCOO/fcoo-colors",
"author": "Niels Holt [email protected]",
"description": "package.json is only use for building the package. see bower.json for more info",
Expand Down
2 changes: 1 addition & 1 deletion src/_fcoo-colors-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ $fcoo-env-color-list: (
space : #28161C,
sky : #50B8E7, //From https://www.color-hex.com/color-palette/22229. Alt. = deepskyblue,
cloud : #DDE7EE, //From https://www.color-hex.com/color-palette/5537
sea : #064273, //From https://www.color-hex.com/color-palette/3497
sea : #046997, //From https://www.color-hex.com/color-palette/4576
ice : #BAF2EF, //From https://www.color-hex.com/color-palette/3098
snow : #FFFAFA, //css show-color
land : #4E341D, //From https://www.color-hex.com/color-palette/60344
Expand Down
2 changes: 1 addition & 1 deletion src/fcoo-colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Environmental color
--fcoo-env-space-color: #28161C;
--fcoo-env-sky-color: #50B8E7;
--fcoo-env-cloud-color: #DDE7EE;
--fcoo-env-sea-color: #064273;
--fcoo-env-sea-color: #046997;
--fcoo-env-ice-color: #BAF2EF;
--fcoo-env-snow-color: #FFFAFA;
--fcoo-env-land-color: #4E341D;
Expand Down

0 comments on commit 11ad6bb

Please sign in to comment.