-
Notifications
You must be signed in to change notification settings - Fork 89
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
base: master
Are you sure you want to change the base?
More palettes #169
Conversation
Others are pre-existing from TempleOS with fixes
There was a problem hiding this 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, |
There was a problem hiding this comment.
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.
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; | ||
} |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice
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 |
I'd add some indentation on the array's contents. |
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.