Skip to content

Commit

Permalink
Tweak selection color slightly for better visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
hstr0100 committed Nov 23, 2024
1 parent bf28a0b commit 517985a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ protected void initColors() {
put(SIDE_PANEL, new Color(134, 134, 134));
put(MEDIA_CARD_HOVER, new Color(56, 56, 56));
put(MEDIA_CARD, new Color(80, 80, 80));
put(MEDIA_CARD_SELECTED, new Color(110, 110, 110));
put(MEDIA_CARD_SELECTED, new Color(120, 120, 120));
put(MEDIA_CARD_THUMBNAIL, new Color(74, 74, 74));
put(LIGHT_TEXT, Color.LIGHT_GRAY);
put(BUTTON_FOREGROUND, Color.DARK_GRAY);
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/resources/lang/language_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ gui.clipboard_monitor.captured=Captured {0} New Link(s)
gui.clipboard_monitor.captured_title=Clipboard Monitor
gui.close.tooltip=Close
gui.copied_to_clipboard.notification_title=Copied to Clipboard
gui.copied_to_clipboard.lines=Copied {0} line(s)
gui.copied_to_clipboard.lines=Copied {0} item(s)
gui.copy_download_log=Copy Download Log
gui.copy_error_log=Copy Error Messages
gui.copy_url=Copy Download Link
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/resources/lang/language_es_MX.properties
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ gui.clipboard_monitor.captured={0} Nuevo(s) Enlace(s) Detectado(s)
gui.clipboard_monitor.captured_title=Monitor de Portapapeles
gui.close.tooltip=Cerrar
gui.copied_to_clipboard.notification_title=Copiado al portapapeles
gui.copied_to_clipboard.lines=Copiada(s) {0} l\u00ednea(s)
gui.copied_to_clipboard.lines=Copiada(s) {0} elementos(s)
gui.copy_download_log=Copiar registro de descarga
gui.copy_error_log=Copiar mensajes de error
gui.copy_url=Copiar Enlace de Descarga
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/resources/lang/language_pt_BR.properties
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ gui.clipboard_monitor.captured={0} Novo(s) Link(s) Capturado(s)
gui.clipboard_monitor.captured_title=Monitor de \u00c1rea de Transfer\u00eancia
gui.close.tooltip=Fechar
gui.copied_to_clipboard.notification_title=Copiado para a \u00e1rea de transfer\u00eancia
gui.copied_to_clipboard.lines={0} linha(s) copiada(s)
gui.copied_to_clipboard.lines={0} items(s) copiado(s)
gui.copy_download_log=Copiar registro de download
gui.copy_error_log=Copiar mensagens de erro
gui.copy_url=Copiar Link de Download
Expand Down

0 comments on commit 517985a

Please sign in to comment.