Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jepsar authored Feb 3, 2024
1 parent 7a17b38 commit ebcfb9d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ public class ThemeAccentColorResource extends ResourceWrapper {
static {
// @formatter:off
// colors ? 0: main, 1: hover, 2: active, 3: focus outline, 4: text
ACCENT_COLORS.put("primefaces-arya", Arrays.asList("#90CAF9", "#6bb8f7", "#45a6f5", "#b1dafb", "rgba(255, 255, 255, 0.87)"));
ACCENT_COLORS.put("primefaces-saga", Arrays.asList("#2196F3", "#0d89ec", "#0b7ad1", "#a6d5fa", "#495057"));
ACCENT_COLORS.put("primefaces-vela", Arrays.asList("#90CAF9", "#6bb8f7", "#45a6f5", "#b1dafb", "rgba(255, 255, 255, 0.87)"));
ACCENT_COLORS.put("primefaces-arya", Arrays.asList("#90caf9", "#6bb8f7", "#45a6f5", "#b1dafb", "rgba(255,255,255,.87)"));
ACCENT_COLORS.put("primefaces-saga", Arrays.asList("#2196f3", "#0d89ec", "#0b7ad1", "#a6d5fa", "#495057"));
ACCENT_COLORS.put("primefaces-vela", Arrays.asList("#90caf9", "#6bb8f7", "#45a6f5", "#b1dafb", "rgba(255,255,255,.87)"));
// @formatter:on
}

Expand Down

0 comments on commit ebcfb9d

Please sign in to comment.