Skip to content

More palettes #169

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

Z8Griz
Copy link

@Z8Griz Z8Griz commented Jan 27, 2025

Beautiful Rosacea. Very Beautiful. Blue and Color are identical through and through but it's a different flavor in the ZC / DD format. Functions, Strings, and such. The ColorRosacea feels too busy, but it is identical to Aquarium theme. BlueRosacea is an improvement of ColorRosacea with sprinkle of RosePine palette.

The other three are from TempleOS forks. It's came from edge of the internet.

Not sure if you want include credit of the author or not. I just did it in case. Be free to remove it if you want.

Copy link
Collaborator

@y4my4my4m y4my4my4m left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could do without BlueRosaceae tbh, but otherwise nice palettes.

@@ -0,0 +1,12 @@
// Credit: Z8Griz
public CBGR24 gr_palette_bluerosaceae[COLORS_NUM] = {
0x957599, 0x859BCD, 0x999980, 0xC5D0E9, 0x757C8B, 0xBE6262, 0xADC9D7, 0x3A273A, 0x555676, 0x67BBEB, 0xB8DC7E, 0xB8DC7E, 0xBE6262, 0xD9B0E7, 0xFFC7A3, 0x150E13,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is hardly any difference between Blue and Color rosaceae.
But personally i think the color one is better.

Comment on lines +2 to +11
public CBGR24 gr_palette_gruvboxdark[COLORS_NUM] = {
0xEBDBB2, 0x458588, 0x98971A, 0x689D6A, 0xCC241D, 0xB16286, 0xFE8019, 0x3C3836, 0x504945, 0x83A598, 0xB8BB26, 0x8EC07C, 0xFB4934, 0xD3869B, 0xFABD2F, 0x282828
};
public U0 PaletteSetGruvboxdark(Bool persistent=TRUE)
{
GrPaletteSet(gr_palette_gruvboxdark);
LFBFlush;
if (persistent)
fp_set_std_palette = &PaletteSetGruvboxdark;
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

@@ -0,0 +1,11 @@
// Credit: bubstance -- Modified: Z8Griz
public CBGR24 gr_palette_Rosepine[COLORS_NUM] = {
0xE0DEF4, 0x286983, 0x9CCFD8, 0xEBBCBA, 0xEB6F92, 0x907AA9, 0xB4637A, 0x393552, 0x6E6A86, 0x9893A5, 0x56949F, 0xEA9A97, 0xD7827E, 0xC4A7E7, 0xF6C177, 0x191724
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

@y4my4my4m
Copy link
Collaborator

Just so you guys can review without installing.

BlueRosaceae:
image

ColorRosaceae:
image

Gruvboxdark:
image

Kindle:
image

Rosepine:
Screenshot_20250514_020805

@SolsticeSpectrum
Copy link

SolsticeSpectrum commented May 16, 2025

gruvbox and kindle are very unique and interesting compared to other existing palettes, rosepine is similar to mocha but I like the pink accent so I approve

@slendidev
Copy link
Collaborator

I'd add some indentation on the array's contents.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants