Skip to content

Commit

Permalink
refactor: move 'big emoji size' option
Browse files Browse the repository at this point in the history
  • Loading branch information
vednoc committed Aug 18, 2020
1 parent e5086fd commit 4f48b74
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions wa.user.styl
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@
@license MIT
@preprocessor stylus
@var select emoji_b 'Reduce big emoji size' {
'Default *': 'default ',
'Medium ': 'medium ',
'Normal ': 'normal ',
'Small ': 'small ',
}
@var select theme 'Base color-scheme toggle' {
'Custom colors *': 'custom',
'Dark blue (old) ': 'old',
Expand Down Expand Up @@ -72,7 +66,14 @@
'Facebook ': 'fb-like ',
}
@var checkbox fb_compact 'Collapse messages when `fb-like` tail style and `RTL` tweaks are enabled' 1
@var range emoji_o 'Emojis opacity' [0.8, 0.0, 1, 0.01]
@var select emoji_b 'Reduce big emoji size' {
'Default *': 'default ',
'Medium ': 'medium ',
'Normal ': 'normal ',
'Small ': 'small ',
}
@var checkbox ow_imsg 'Override incoming message bubble color' 0
@var color next_imsg 'Incoming message bubble color' #16191e
Expand Down Expand Up @@ -307,7 +308,7 @@ OM = next_omsg
/// Override incoming message bubble colors.
--msg-in-0: (ow_imsg) ? ig-0 : var(--bg-4)
--msg-in-0-rgb: (ow_imsg) ? to_rgb(ig-0) : var(--bg-4-rgb)
--msg-in-1: (ow_imsg) ? ig-1 : var(--bg-e)
--msg-in-1: (ow_imsg) ? ig-1 : var(--bg-3)
--msg-in-1-rgb: (ow_imsg) ? to_rgb(ig-1) : var(--bg-3-rgb)

/// Override outgoing message bubble colors.
Expand Down

0 comments on commit 4f48b74

Please sign in to comment.