Open
Conversation
Others are pre-existing from TempleOS with fixes
y4my4my4m
approved these changes
May 13, 2025
Collaborator
y4my4my4m
left a comment
There was a problem hiding this comment.
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, | |||
Collaborator
There was a problem hiding this comment.
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; | ||
| } |
| @@ -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 | |||
Collaborator
|
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 |
Collaborator
|
I'd add some indentation on the array's contents. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





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.