From 8db11fc6864604bf87a72a7021669ee7bf7e08a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Fri, 5 Feb 2021 11:05:42 +0000 Subject: [PATCH] Dark profile --- customize.dist/src/less2/include/colortheme-dark.less | 4 ++-- customize.dist/src/less2/include/colortheme.less | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/customize.dist/src/less2/include/colortheme-dark.less b/customize.dist/src/less2/include/colortheme-dark.less index 42117705f..ac82bb356 100644 --- a/customize.dist/src/less2/include/colortheme-dark.less +++ b/customize.dist/src/less2/include/colortheme-dark.less @@ -375,8 +375,8 @@ @cp_poll-hint: @cryptpad_color_grey_500; // Profile -@cp_profile-border: @cryptpad_color_help_grey; -@cp_profile-hint: @cryptpad_color_hint_grey; +@cp_profile-border: @cryptpad_color_grey_500; +@cp_profile-hint: @cryptpad_color_grey_400; // SLide @cp_slide-fg: @cp_app-fg; diff --git a/customize.dist/src/less2/include/colortheme.less b/customize.dist/src/less2/include/colortheme.less index 8190288fb..55f881bdf 100644 --- a/customize.dist/src/less2/include/colortheme.less +++ b/customize.dist/src/less2/include/colortheme.less @@ -375,8 +375,8 @@ @cp_poll-hint: @cryptpad_color_dark_grey; // Profile -@cp_profile-border: @cryptpad_color_help_grey; -@cp_profile-hint: @cryptpad_color_hint_grey; +@cp_profile-border: @cryptpad_color_grey_400; +@cp_profile-hint: @cryptpad_color_grey_600; // SLide @cp_slide-fg: @cp_app-fg;