Skip to content

Commit

Permalink
darken border color
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Sep 13, 2024
1 parent 7c519d0 commit cd1d52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bedsidemon/style.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

namespace bedsidemon::style {

constexpr auto color_border = 0xff808080;
constexpr auto color_border = 0xff404040;
constexpr auto color_info_text = 0xff808080;

constexpr auto font_size_label = ruis::length::make_pp(16);
Expand Down

0 comments on commit cd1d52c

Please sign in to comment.