Skip to content

Commit

Permalink
add network primary colors (#4911)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnya97 authored Jul 5, 2024
1 parent a0f3cab commit e08b9e7
Show file tree
Hide file tree
Showing 169 changed files with 754 additions and 245 deletions.
5 changes: 4 additions & 1 deletion 8ball/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,10 @@
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg"
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg",
"theme": {
"primary_color_hex": "#dbdbdb"
}
}
]
}
5 changes: 4 additions & 1 deletion acrechain/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,10 @@
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg"
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg",
"theme": {
"primary_color_hex": "#4aa29e"
}
}
]
}
5 changes: 4 additions & 1 deletion agoric/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,10 @@
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/Agoric-logo-color.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/Agoric-logo-color.svg"
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/Agoric-logo-color.svg",
"theme": {
"primary_color_hex": "#bc2c44"
}
}
]
}
5 changes: 4 additions & 1 deletion aioz/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,10 @@
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg"
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg",
"theme": {
"primary_color_hex": "#24241c"
}
}
]
}
5 changes: 4 additions & 1 deletion akash/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,10 @@
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg"
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg",
"theme": {
"primary_color_hex": "#bc342c"
}
}
]
}
5 changes: 4 additions & 1 deletion akiro/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,10 @@
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/akiro/images/akiro.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/akiro/images/akiro.svg"
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/akiro/images/akiro.svg",
"theme": {
"primary_color_hex": "#f7f0e1"
}
}
]
}
5 changes: 4 additions & 1 deletion althea/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@
},
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/althea/images/althea.png"
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/althea/images/althea.png",
"theme": {
"primary_color_hex": "#0474dc"
}
},
{
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/althea/images/althea.svg"
Expand Down
5 changes: 4 additions & 1 deletion andromeda/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,10 @@
},
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png"
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png",
"theme": {
"primary_color_hex": "#040404"
}
}
]
}
5 changes: 4 additions & 1 deletion andromeda1/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,10 @@
},
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png"
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png",
"theme": {
"primary_color_hex": "#040404"
}
}
]
}
5 changes: 4 additions & 1 deletion archway/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,10 @@
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg"
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg",
"theme": {
"primary_color_hex": "#fc4c04"
}
}
]
}
5 changes: 4 additions & 1 deletion arkh/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,10 @@
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg"
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg",
"theme": {
"primary_color_hex": "#bdbb82"
}
}
]
}
5 changes: 4 additions & 1 deletion assetmantle/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,10 @@
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/AM_Logo.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/AM_Logo_Dark.svg"
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/AM_Logo_Dark.svg",
"theme": {
"primary_color_hex": "#f6b620"
}
}
]
}
5 changes: 4 additions & 1 deletion aura/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,10 @@
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.svg"
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.svg",
"theme": {
"primary_color_hex": "#a7c8d4"
}
}
]
}
5 changes: 4 additions & 1 deletion aura1/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,10 @@
"chain_name": "aura"
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.svg"
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.svg",
"theme": {
"primary_color_hex": "#a7c8d4"
}
}
]
}
5 changes: 4 additions & 1 deletion axelar/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,10 @@
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axelar-chain-logo.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axelar-chain-logo.svg"
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axelar-chain-logo.svg",
"theme": {
"primary_color_hex": "#040404"
}
}
]
}
5 changes: 4 additions & 1 deletion bandchain/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,10 @@
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.svg"
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.svg",
"theme": {
"primary_color_hex": "#4424e4"
}
}
]
}
5 changes: 4 additions & 1 deletion beezee/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,10 @@
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg"
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg",
"theme": {
"primary_color_hex": "#079fd7"
}
}
]
}
5 changes: 4 additions & 1 deletion bitcanna/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,10 @@
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg"
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg",
"theme": {
"primary_color_hex": "#3cc494"
}
}
]
}
5 changes: 4 additions & 1 deletion bitsong/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,10 @@
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.svg"
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.svg",
"theme": {
"primary_color_hex": "#c8307f"
}
}
]
}
7 changes: 5 additions & 2 deletions bluechip/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@
},
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluechip/images/bluechip.png"
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluechip/images/bluechip.png",
"theme": {
"primary_color_hex": "#0c94d3"
}
}
]
}
}
5 changes: 4 additions & 1 deletion bluzelle/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,10 @@
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.svg"
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.svg",
"theme": {
"primary_color_hex": "#708ffc"
}
}
]
}
5 changes: 4 additions & 1 deletion bostrom/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,10 @@
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg"
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg",
"theme": {
"primary_color_hex": "#4cea4e"
}
}
]
}
5 changes: 4 additions & 1 deletion canto/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,10 @@
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg"
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg",
"theme": {
"primary_color_hex": "#1c1f1f"
}
}
]
}
35 changes: 19 additions & 16 deletions carbon/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@
{
"denom": "ibc/16065EE5282C5217685C8F084FC44864C25C706AC37356B0D62811D50B96920F",
"fixed_min_gas_price": 0,
"low_gas_price": 0.0000075,
"average_gas_price": 0.0000075,
"high_gas_price": 0.0000075,
"low_gas_price": 7.5e-06,
"average_gas_price": 7.5e-06,
"high_gas_price": 7.5e-06,
"gas_costs": {
"cosmos_send": 10000000,
"ibc_transfer": 10000000
Expand All @@ -139,9 +139,9 @@
{
"denom": "ibc/2B58B8C147E8718EECCB3713271DF46DEE8A3A00A27242628604E31C2F370EF5",
"fixed_min_gas_price": 0,
"low_gas_price": 0.00005,
"average_gas_price": 0.00005,
"high_gas_price": 0.00005,
"low_gas_price": 5e-05,
"average_gas_price": 5e-05,
"high_gas_price": 5e-05,
"gas_costs": {
"cosmos_send": 10000000,
"ibc_transfer": 10000000
Expand Down Expand Up @@ -194,9 +194,9 @@
{
"denom": "ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5",
"fixed_min_gas_price": 0,
"low_gas_price": 0.0000075,
"average_gas_price": 0.0000075,
"high_gas_price": 0.0000075,
"low_gas_price": 7.5e-06,
"average_gas_price": 7.5e-06,
"high_gas_price": 7.5e-06,
"gas_costs": {
"cosmos_send": 10000000,
"ibc_transfer": 10000000
Expand Down Expand Up @@ -227,9 +227,9 @@
{
"denom": "ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701",
"fixed_min_gas_price": 0,
"low_gas_price": 0.00001,
"average_gas_price": 0.00001,
"high_gas_price": 0.00001,
"low_gas_price": 1e-05,
"average_gas_price": 1e-05,
"high_gas_price": 1e-05,
"gas_costs": {
"cosmos_send": 10000000,
"ibc_transfer": 10000000
Expand All @@ -238,9 +238,9 @@
{
"denom": "ibc/B7864B03E1B9FD4F049243E92ABD691586F682137037A9F3FCA5222815620B3C",
"fixed_min_gas_price": 0,
"low_gas_price": 0.00001,
"average_gas_price": 0.00001,
"high_gas_price": 0.00001,
"low_gas_price": 1e-05,
"average_gas_price": 1e-05,
"high_gas_price": 1e-05,
"gas_costs": {
"cosmos_send": 10000000,
"ibc_transfer": 10000000
Expand Down Expand Up @@ -713,7 +713,10 @@
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.svg"
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.svg",
"theme": {
"primary_color_hex": "#a5edf2"
}
}
]
}
7 changes: 5 additions & 2 deletions celestia/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,10 @@
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg"
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
"theme": {
"primary_color_hex": "#7c2cfb"
}
}
]
}
}
Loading

0 comments on commit e08b9e7

Please sign in to comment.