(define-icon tab-bar-new nil
`((image "symbols/plus_16.svg" "tabs/new.xpm"
:face shadow
- :height (1.0 . em)
+ :height (1 . em)
:margin ,tab-bar-button-margin
:ascent center)
;; (emoji "➕")
(define-icon tab-bar-close nil
`((image "symbols/cross_16.svg" "tabs/close.xpm"
:face shadow
- :height (1.0 . em)
+ :height (1 . em)
:margin ,tab-bar-button-margin
:ascent center)
;; (emoji " ❌")
(unless (iconp 'tab-bar-menu-bar)
(define-icon tab-bar-menu-bar nil
`((image "symbols/menu_16.svg"
- :height (1.0 . em)
+ :height (1 . em)
:margin ,tab-bar-button-margin
:ascent center)
;; (emoji "🍔")
(unless (iconp 'tab-bar-back)
(define-icon tab-bar-back nil
`((image "symbols/chevron_left_16.svg" "tabs/left-arrow.xpm"
- :height (1.0 . em)
+ :height (1 . em)
:margin ,tab-bar-button-margin
:ascent center)
(text " < "))
(unless (iconp 'tab-bar-forward)
(define-icon tab-bar-forward nil
`((image "symbols/chevron_right_16.svg" "tabs/right-arrow.xpm"
- :height (1.0 . em)
+ :height (1 . em)
:margin ,tab-bar-button-margin
:ascent center)
(text " > "))
(define-icon tab-line-new nil
`((image "symbols/plus_16.svg" "tabs/new.xpm"
:face shadow
- :height (1.0 . em)
+ :height (1 . em)
:margin (2 . 0)
:ascent center)
(text " + "))
(define-icon tab-line-close nil
`((image "symbols/cross_16.svg" "tabs/close.xpm"
:face shadow
- :height (1.0 . em)
+ :height (1 . em)
:margin (2 . 0)
:ascent center)
(text " x"))
(define-icon tab-line-left nil
`((image "symbols/chevron_left_16.svg" "tabs/left-arrow.xpm"
:face shadow
- :height (1.0 . em)
+ :height (1 . em)
:margin (2 . 0)
:ascent center)
(text " <"))
(define-icon tab-line-right nil
`((image "symbols/chevron_right_16.svg" "tabs/right-arrow.xpm"
:face shadow
- :height (1.0 . em)
+ :height (1 . em)
:margin (2 . 0)
:ascent center)
(text "> "))