如何获得蓝色导航栏的确切颜色?

时间:2017-12-29 21:38:49

标签: r shiny

如何在下面的屏幕截图中获得确切的颜色?我需要它,因为我想与它对齐一些其他颜色。

enter image description here

library(shiny)

ui <- navbarPage(
  "MWE",
  tabPanel(
    "some tab",
    navlistPanel(
      "Table of contents",
      tabPanel("first"),
      tabPanel("second"))))

server <- function(input, output, session) {}

shinyApp(ui, server)

1 个答案:

答案 0 :(得分:2)

enter image description here

截图,粘贴到Gimp,使用移液器:0x337ab7你不需要截图,你已经发布了你可以使用的图片。