Skip to content

Commit

Permalink
Revert solarized-dark theme to 6c3c8a3
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Jul 12, 2021
1 parent 62a3a40 commit c2d00f9
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions public/css/themes/solarized-dark.less
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,33 @@
// Form colors
@button-primary-color: lighten(@base02, 20);

// Datetime picker colors
@fp-calendarBackground: #3f4458;
@fp-calendarBorderColor: darken(#3f4458, 50%);

@fp-monthForeground: #fff;
@fp-monthBackground: #3f4458;

@fp-weekdaysBackground: transparent;
@fp-weekdaysForeground: #fff;

@fp-dayForeground: fadeout(white, 5%);
@fp-dayHoverBackground: lighten(@fp-calendarBackground, 25%);

@fp-todayColor: #eee;
@fp-today_fg_color: #3f4458;

@fp-selectedDayBackground: #80CBC4;

.icinga-datetime-picker .flatpickr-day.today {
&:hover,
&:focus {
color: @fp-today_fg_color;
}
}

// Datetime picker colors (end)

#sidebar {
background-color: @base02;
box-shadow: inset -0.5em 0 1em rgba(0,0,0,0.3);
Expand Down

0 comments on commit c2d00f9

Please sign in to comment.