diff options
author | zachir <zachir@librem.one> | 2023-06-06 10:14:44 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-06-06 10:14:44 -0500 |
commit | 993917ddcedd58927a068cc804d81f1018d7bc0e (patch) | |
tree | 6c228c3c434ca9d5917839869268893e4338af2e /themes/Plata/tweetdeck | |
parent | 7aa0ccbc957836f41a215a5f4835c7c80b05228b (diff) |
Fix gtk theme setting
Diffstat (limited to 'themes/Plata/tweetdeck')
-rw-r--r-- | themes/Plata/tweetdeck/ColorDeck-light.cdk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/themes/Plata/tweetdeck/ColorDeck-light.cdk b/themes/Plata/tweetdeck/ColorDeck-light.cdk new file mode 100644 index 0000000..265eb14 --- /dev/null +++ b/themes/Plata/tweetdeck/ColorDeck-light.cdk @@ -0,0 +1,24 @@ +{ + "data":{ + "colors":{ + "c_principal":"#F8F8F8", + "c_background":"#F8F8F8", + "c_ct_background":"#E7E7E7", + "c_ct_background2":"#E7E7E7", + "c_ct_text":"#111111", + "c_cw_background":"#3F51B5", + "c_cw_text":"#FFFFFF", + "c_links":"#2196F3", + "c_ml_background":"#1D1D1D", + "c_ml_icons":"#F5F5F5", + "c_ntfBubble_color":"#7986CB", + "c_ntf_background":"#673AB7", + "c_ntf_text":"#FFFFFF", + "c_scrollbar":"#8B8B8B", + "c_tw_background":"#FFFFFF", + "c_tw_text":"#111111", + "ct_backgroundType":"solid", + "mode":"advanced" + } + } +} |