Skip to content

Keyboard theme color display issue #122

Answered by xevifar
FromApeToMen asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @FromApeToMen ,

I have tested your theme and it should look like this:

by using this:

let lightTheme: KeyboardTheme = KeyboardTheme(
key: "lightTheme1",
backgroundGradient: [UIColor(red: 209.0/255.0, green: 210.0/255.0, blue: 217.0/255.0, alpha: 1.0)],
keyLetters: .black,
keyBackground: UIColor.white,
keyBackgroundPressed: UIColor.white,
keyShadow: UIColor(red: 137.0/255.0, green: 138.0/255.0, blue: 141.0/255.0, alpha: 1.0),
hoverLetters: UIColor.black,
hoverBackground: UIColor.white,
hoverSelectedLetters: UIColor.white,
hoverSelectedBackground: UIColor(red: 0, green: 122.0/255.0, blue: 1.0, alpha: 1.0),
suggestionLetters: UIColor.black,
suggestionBackground: UIColor.clear,
suggesti…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@xevifar
Comment options

@FromApeToMen
Comment options

@FromApeToMen
Comment options

@xevifar
Comment options

Answer selected by xevifar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
iOS Related to iOS
2 participants