Catppuccin Mocha Mauve!

This commit is contained in:
nelle 2023-03-22 02:33:43 -06:00
parent 608e0c3399
commit 1cf33eb302
6 changed files with 3882 additions and 2944 deletions

View file

@ -221,12 +221,15 @@
<a href="https://bulma.io">
<img src="https://bulma.io/images/made-with-bulma--semiwhite.png" alt="Made with Bulma" width="128" height="24">
</a>
<a href="https://github.com/LimePotato/limepot.xyz">
<img src="https://img.shields.io/badge/Site-Source-lightgrey.svg" width="95" height="20">
</a>
<a href="https://github.com/LimePotato/limepot.xyz/blob/main/LICENSE">
<img alt="GitHub" src="https://img.shields.io/github/license/LimePotato/nullafati.xyz" width="130" height="20">
</a>
<a href="https://github.com/catppuccin/catppuccin">
<img src="https://img.shields.io/badge/Catppuccin-Mocha%20Mauve-%23cba6f7" width="185" height="20">
</a>
<a href="https://github.com/LimePotato/limepot.xyz">
<img src="https://img.shields.io/badge/Site-Source-lightgrey.svg" width="94.2" height="20">
</a>
<a href="https://github.com/LimePotato/limepot.xyz/blob/main/LICENSE">
<img alt="GitHub" src="https://img.shields.io/github/license/LimePotato/nullafati.xyz" width="130" height="20">
</a>
</div>
</footer></center>
</section>

View file

@ -134,12 +134,15 @@
<a href="https://bulma.io">
<img src="https://bulma.io/images/made-with-bulma--semiwhite.png" alt="Made with Bulma" width="128" height="24">
</a>
<a href="https://github.com/LimePotato/limepot.xyz">
<img src="https://img.shields.io/badge/Site-Source-lightgrey.svg" width="95" height="20">
</a>
<a href="https://github.com/LimePotato/limepot.xyz/blob/main/LICENSE">
<img alt="GitHub" src="https://img.shields.io/github/license/LimePotato/nullafati.xyz" width="130" height="20">
</a>
<a href="https://github.com/catppuccin/catppuccin">
<img src="https://img.shields.io/badge/Catppuccin-Mocha%20Mauve-%23cba6f7" width="185" height="20">
</a>
<a href="https://github.com/LimePotato/limepot.xyz">
<img src="https://img.shields.io/badge/Site-Source-lightgrey.svg" width="94.2" height="20">
</a>
<a href="https://github.com/LimePotato/limepot.xyz/blob/main/LICENSE">
<img alt="GitHub" src="https://img.shields.io/github/license/LimePotato/nullafati.xyz" width="130" height="20">
</a>
</div>
</footer>
</center>

View file

@ -131,12 +131,15 @@
<a href="https://bulma.io">
<img src="https://bulma.io/images/made-with-bulma--semiwhite.png" alt="Made with Bulma" width="128" height="24">
</a>
<a href="https://github.com/LimePotato/limepot.xyz">
<img src="https://img.shields.io/badge/Site-Source-lightgrey.svg" width="95" height="20">
</a>
<a href="https://github.com/LimePotato/limepot.xyz/blob/main/LICENSE">
<img alt="GitHub" src="https://img.shields.io/github/license/LimePotato/nullafati.xyz" width="130" height="20">
</a>
<a href="https://github.com/catppuccin/catppuccin">
<img src="https://img.shields.io/badge/Catppuccin-Mocha%20Mauve-%23cba6f7" width="185" height="20">
</a>
<a href="https://github.com/LimePotato/limepot.xyz">
<img src="https://img.shields.io/badge/Site-Source-lightgrey.svg" width="94.2" height="20">
</a>
<a href="https://github.com/LimePotato/limepot.xyz/blob/main/LICENSE">
<img alt="GitHub" src="https://img.shields.io/github/license/LimePotato/nullafati.xyz" width="130" height="20">
</a>
</div>
</footer></center>
</section>

File diff suppressed because it is too large Load diff

View file

@ -8,45 +8,42 @@ $lime:#00fdbe;
$purple: #a45e8d;
$trans-pink: #F5A9B8;
$beige-light: #eaeaea;
$off-dark: #181516;
$off-off-dark: #070707;
$off-off-off-dark: #111111;
$trans-blue: #5bcefa;
$greyish: #1d1d1d;
$mauve: #cba6f7;
// Update Bulma's global variables
$family-sans-serif: "Nunito", sans-serif;
$grey-dark: $purple;
$grey-light: $beige-light;
$primary: $lime;
$link: $trans-pink;
$grey-dark: #313244;
$grey-light: #45475a;
$primary: #cdd6f4;
$link: $mauve;
$widescreen-enabled: false;
$fullhd-enabled: false;
// Update some of Bulma's component variables
$body-background-color: $greyish;
$body-background-color: #1e1e2e;
$control-border-width: 2px;
$input-border-color: transparent;
$input-shadow: none;
//my shit
$title-color: $lime;
$input-color: $trans-pink;
$primary: $lime;
$text-strong: $trans-pink;
$title-color: $mauve;
$input-color: #b4befe;
$primary: #cdd6f4;
$text-strong: #b4befe;
$text: #cdd6f4;
/////navbar
$navbar-background-color: $off-dark;
$navbar-item-color: $trans-pink;
$navbar-item-hover-background-color: $off-off-dark;
$navbar-dropdown-background-color: $off-off-off-dark;
$navbar-dropdown-item-hover-color: $trans-blue;
$navbar-dropdown-item-hover-background-color: $off-dark;
$navbar-divider-background-color: $greyish;
$navbar-background-color: #181825;
$navbar-item-color: #cba6f7;
$navbar-item-hover-background-color: #11111b;
$navbar-dropdown-background-color: #11111b;
$navbar-dropdown-item-hover-color: #cba2fc;
$navbar-dropdown-item-hover-background-color: #11111b;
$navbar-divider-background-color: #585b70;
//$navbar-dropdown-item-active-color: $off-off-off-dark;
//$navbar-dropdown-item-active-background-color: $off-off-dark;
//footer
$footer-padding: 3rem 1.5rem 6rem;
// Import only what you need from Bulma

View file

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel = "icon" href = "assets/branding/self-portrait.png">
<title>LimePot - About</title>
<title>LimePot - Projects</title>
<link rel="stylesheet" href="mybulma/css/mystyles.css">
</head>
<body>
@ -136,12 +136,15 @@
<a href="https://bulma.io">
<img src="https://bulma.io/images/made-with-bulma--semiwhite.png" alt="Made with Bulma" width="128" height="24">
</a>
<a href="https://github.com/LimePotato/limepot.xyz">
<img src="https://img.shields.io/badge/Site-Source-lightgrey.svg" width="95" height="20">
</a>
<a href="https://github.com/LimePotato/limepot.xyz/blob/main/LICENSE">
<img alt="GitHub" src="https://img.shields.io/github/license/LimePotato/nullafati.xyz" width="130" height="20">
</a>
<a href="https://github.com/catppuccin/catppuccin">
<img src="https://img.shields.io/badge/Catppuccin-Mocha%20Mauve-%23cba6f7" width="185" height="20">
</a>
<a href="https://github.com/LimePotato/limepot.xyz">
<img src="https://img.shields.io/badge/Site-Source-lightgrey.svg" width="94.2" height="20">
</a>
<a href="https://github.com/LimePotato/limepot.xyz/blob/main/LICENSE">
<img alt="GitHub" src="https://img.shields.io/github/license/LimePotato/nullafati.xyz" width="130" height="20">
</a>
</div>
</footer></center>
</section>