update telegram colors

This commit is contained in:
lelgenio 2020-10-29 14:44:48 -03:00
parent fc17a4c387
commit 7de2ee3aa7
2 changed files with 3 additions and 3 deletions

View file

@ -260,7 +260,7 @@ dotfiles: # {{{
dst: ~/.config/git/config
telegram-theme:
src: ./telegram.palette
dst: ~/.local/share/TelegramDesktop/tdata/editing-theme.tdesktop-palette
dst: ~/.local/share/TelegramDesktop/theme.tdesktop-palette
# }}}
actions: #{{{
notify: notify-send "Updating dotfiles" "{{@@ _dotfile_abs_dst.lstrip(env['HOME']) @@}}"

View file

@ -219,7 +219,7 @@ historyScrollBarBg: {{@@ color.txt @@}} ;
historyScrollBarBgOver: {{@@ color.txt @@}} ;
historyScrollBg: #00000000 ;
historyScrollBgOver: {{@@ color.bg_light @@}} ;
msgInBg: {{@@ color.bg_light @@}} ;
msgInBg: {{@@ color.bg @@}} ;
msgInBgSelected: {{@@ color.bg_light @@}} ;
msgOutBg: {{@@ accent_color @@}} ;
msgOutBgSelected: {{@@ accent_color @@}} ;
@ -302,7 +302,7 @@ reportSpamBg: emojiPanHeaderBg ;
reportSpamFg: windowFg ;
historyToDownShadow: #00000040 ;
historyComposeAreaBg: {{@@ color.bg @@}} ;
historyComposeAreaFg: {{@@ color.bg_light @@}} ;
historyComposeAreaFg: {{@@ color.txt @@}} ;
historyComposeAreaFgService: msgInDateFg ;
historyComposeIconFg: menuIconFg ;
historyComposeIconFgOver: menuIconFgOver ;