Skip to content
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

Other dark theme more XD #782

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

Conversation

RetrogisusDEV
Copy link
Contributor

@RetrogisusDEV RetrogisusDEV commented Oct 5, 2024

After a long time, I've come back

Unexperted Dark Keyboard is real?

After abandoning the job of putting custom color background, dedicating myself more to music and university (now I hate java and php) I decided to return because XD
You can read the code in the branch with redundant name in my fork.

When will the light mode be released?
It already exists in another alternate reality where it is called Experted keyboard

hint: tomorrow

(my English teacher would get comfortable when she saw the previous translation)

chipi chipi chapa chapa dubi dubi daba daba magico mi dubi dubi boom boom boom ( Bye bye lag-phone)
ah mi pichula (comment nonsense #1)
Read Title
Copy link
Owner

@Julow Julow left a comment

Choose a reason for hiding this comment

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

You made me laugh !

Here's how it looks:
shot

<item name="colorSubLabel">#DEE5E3</item>
<item name="keyBorderWidth">1.0dip</item>
<item name="keyBorderWidthActivated">1.0dip</item>
<item name="keyBorderColorLeft">#8AADF4</item>
Copy link
Owner

Choose a reason for hiding this comment

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

I think this theme could be a great candidate for the "monet" color system that uses the colors from the system theme.

Here's an experimentation:

	<style name="PastelDarkBlue" parent="@style/BaseTheme">
    <item name="android:isLightTheme">false</item>
    <item name="colorKeyboard">#333334</item>
    <item name="colorKey">#11111B</item>
    <item name="colorKeyActivated">#22222A</item>
    <item name="colorLabel">@android:color/system_accent1_300</item>
    <item name="colorLabelActivated">#ffffff</item>
    <item name="colorLabelLocked">#8AADF4</item>
    <item name="colorSubLabel">@android:color/system_accent1_500</item>
    <item name="keyBorderWidth">1.0dip</item>
    <item name="keyBorderWidthActivated">1.0dip</item>
    <item name="keyBorderColorLeft">@android:color/system_accent1_400</item>
    <item name="keyBorderColorTop">@android:color/system_accent1_400</item>
    <item name="keyBorderColorRight">@android:color/system_accent1_400</item>
    <item name="keyBorderColorBottom">@android:color/system_accent1_400</item>
    <item name="emoji_button_bg">?colorKeyActivated</item>
    <item name="emoji_color">#000000</item>
  </style>

shot

Copy link
Contributor Author

Choose a reason for hiding this comment

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

As far as I can see, "monet" is a style that is themed according to the colors of the material you? , well, actually if it was born from there is the theme but it was actually to combine with the discord

For me it's fine (the current "monet" reminded me when you put random colors in the CMD with [Color AF] :v)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I would have to try my black friend's phone ( It's autoracist so I don't know if it counts as self-love or that the CPU celeron did him wrong) that has "android 13" (my hell range [it gives to cook on the screen] is android 10 XD)

Copy link
Owner

Choose a reason for hiding this comment

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

Thanks for trying the monet thing but I think we should drop this idea.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll leave it on hold, I'm not going to abandon it completely, (what I did abandon is the accessibility, I don't understand it) in what I have free (after finishing some soundtracks (and some sprites because we took the designers out because they were lazy XD) I dedicate myself to trying the Monet (material you) and the custom colors

a, and maybe to put a sound for the keys

(uff I came up with a tremendous idea, bad apple on the keyboard :0)

@RetrogisusDEV
Copy link
Contributor Author

What does the "monet" theme look like on your device? In mine from disgust XD (my opinion)
Screenshot_20241005-100206.jpg

From compartibility at moret (system_accent1)
More flat, more minimalist, more fluent?
ahhhhhhhhhhhhhhhhhhhhh
xD
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="utf-8"?>
Copy link
Owner

Choose a reason for hiding this comment

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

I think I'd prefer to drop this file. These look like the Monet theme but worse on my device.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I love you android (sarcasm)

<item name="colorSubLabel">#DEE5E3</item>
<item name="keyBorderWidth">1.0dip</item>
<item name="keyBorderWidthActivated">1.0dip</item>
<item name="keyBorderColorLeft">#8AADF4</item>
Copy link
Owner

Choose a reason for hiding this comment

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

Thanks for trying the monet thing but I think we should drop this idea.

<item name="colorLabel">#4C4F69</item>
<item name="colorLabelActivated">#9CA0B0</item>
<item name="colorLabelLocked">#437FF7</item>
<item name="colorSubLabel">#EFF1F5</item>
Copy link
Owner

Choose a reason for hiding this comment

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

Corner labels are too bright to be visible on a bright background (center labels are dark).

@Julow
Copy link
Owner

Julow commented Oct 5, 2024

I love the "Windows Phone Style" theme.

@RetrogisusDEV
Copy link
Contributor Author

RetrogisusDEV commented Oct 6, 2024

I love the "Windows Phone Style" theme.

Actually I had it done a long time ago just I formatted the phone (I love whatsapp [sarcasm]) and pos I forgot to upload the theme, I had the windows phone a friend (a Windows lumia 640XL) and I thought to add a style as a reference

It should be noted that I made this one in an attempt so I have to change the colors

This should have the System accent1_400 since the keys when pressed are according to the accent system

IMG_20241005_202908-COLLAGE.jpg

Original windows phone (windows 10)

Unexperted Launcher Keyboard

@RetrogisusDEV
Copy link
Contributor Author

Screenshot_20241005-231016.png

Screenshot_20241005-231036.png

This beautiful...
This horrible 😂...

(in my mind it looked better)

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.

2 participants