perf: Themes deep blue

pull/16108/head
feng 2025-10-09 15:34:58 +08:00 committed by ZhaoJiSen
parent 93e41a5004
commit 5abb5c5d5a
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class ConnectDefaultOpenMethod(TextChoices):
class Themes(TextChoices):
DEFAULT = 'default', _('Default')
DARKGARY = 'darkGary', _('Dark gray')
DARKBLUE = 'darkBlue', _('Dark blue')
DEEKBLUE = 'deepBlue', _('Deep blue')
class RDPSmartSize(TextChoices):