renamed pride to unicorn

pull/3835/head
lianahus 1 year ago committed by yann300
parent 7ceb9bb40c
commit c6158c08e9
  1. 2
      apps/remix-ide/src/app/plugins/solidity-umlgen.tsx
  2. 2
      apps/remix-ide/src/app/tabs/theme-module.js
  3. 0
      apps/remix-ide/src/assets/css/themes/remix-unicorn.css

@ -47,7 +47,7 @@ const themeCollection = [
shapeColor: '#343a40',fillColor: '#fbe7f8' },
{ themeName: 'Violet', backgroundColor: '#f1eef6', textColor: '#3b445e',
shapeColor: '#343a40',fillColor: '#f8fafe' },
{ themeName: 'Pride', backgroundColor: '#f1eef6', textColor: '#343a40',
{ themeName: 'Unicorn', backgroundColor: '#f1eef6', textColor: '#343a40',
shapeColor: '#343a40',fillColor: '#f8fafe' },
]

@ -9,7 +9,7 @@ const themes = [
{ name: 'Dark', quality: 'dark', url: 'assets/css/themes/remix-dark_tvx1s2.css' },
{ name: 'Light', quality: 'light', url: 'assets/css/themes/remix-light_powaqg.css' },
{ name: 'Violet', quality: 'light', url: 'assets/css/themes/remix-violet.css' },
{ name: 'Pride', quality: 'light', url: 'assets/css/themes/remix-pride.css' },
{ name: 'Unicorn', quality: 'light', url: 'assets/css/themes/remix-unicorn.css' },
{ name: 'Midcentury', quality: 'light', url: 'assets/css/themes/remix-midcentury_hrzph3.css' },
{ name: 'Black', quality: 'dark', url: 'assets/css/themes/remix-black_undtds.css' },
{ name: 'Candy', quality: 'light', url: 'assets/css/themes/remix-candy_ikhg4m.css' },

Loading…
Cancel
Save