Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request to clarify some custom UI colors and fontsizes #223

Open
AndydeCleyre opened this issue Aug 20, 2019 · 0 comments
Open

Request to clarify some custom UI colors and fontsizes #223

AndydeCleyre opened this issue Aug 20, 2019 · 0 comments

Comments

@AndydeCleyre
Copy link

Thank you for this great theme!

I still haven't managed to override some UI colors and font sizes, using the Packages/User/ayu-mirage.sublime-theme included at the bottom of this comment.

Can you offer any tips on changing the colors of elements indicated by the purple arrows, and font sizes of elements indicated by the blue ones?

image

A, C, and E are pointing at the text.

Thanks for any help!

[
    {
        "class": "auto_complete",
        "layer0.tint": "#222222"
    },
    {
        "class": "icon_folder",
        "layer0.tint": "#262c2e",
        "layer2.tint": "#dea050"
    },
    {
        "class": "label_control",
        "font.face": "Convergence",
        "font.size": "20"
    },
    {
        "class": "mini_quick_panel_row",
        "layer0.tint": "#222222"
    },
    {
        "class": "overlay_control",
        "layer2.tint": "#222222"
    },
    {
        "class": "panel_control",
        "layer0.tint": "#262c2e"
    },
    {
        "class": "popup_control",
        "layer0.tint": "#222222"
    },
    {
        "class": "quick_panel",
        "layer0.tint": "#222222"
    },
    {
        "class": "quick_panel_label",
        "font.face": "Convergence",
        "font.size": 24,
        "fg": "#c2b790",
        "match_fg": "#8ec07c",
        "selected_fg": "#a94d37",
        "selected_match_fg": "#709d3d"
    },
    {
        "class": "quick_panel_path_label",
        "font.face": "Convergence",
        "font.size": "20"
    },
    {
        "class": "quick_panel_row",
        "layer0.tint": "#222222"
    },
    {
        "class": "scroll_bar_control",
        "layer0.tint": "#222222",
        "layer2.tint": "#222222"
    },
    {
        "class": "sidebar_container",
        "layer0.tint": "#262c2e",
        "layer1.tint": "#a94d37"
    },
    {
        "class": "sidebar_heading",
        "font.face": "Convergence",
        "font.size": "20",
        "color": "#a87b60"
    },
    {
        "class": "sidebar_label",
        "font.face": "Convergence",
        "font.size": "20",
        "fg": "#c2b790"
    },
    {
        "class": "status_bar",
        "layer0.tint": "#262c2e"
    },
    {
        "class": "tab_control",
        "layer0.tint": "#262c2e",
        "layer1.tint": "#a94d37",
        "layer2.tint": "#a94d37",
        "layer3.tint": "#a94d37"
    },
    {
        "class": "tab_label",
        "font.face": "Convergence",
        "font.size": "20"
    },
    {
        "class": "tabset_control",
        "tab_height": 36,
        "tab_width": 50,
        "layer0.tint": "#262c2e",
        "layer1.tint": "#a94d37",
        "layer2.tint": "#a94d37"
    },
    {
        "class": "text_line_control",
        "layer0.tint": "#222222",
        "layer1.tint": "#a94d37"
    },
    {
        "class": "title_bar",
        "bg": "#262c2e"
    },
    {
        "class": "tool_tip_control",
        "layer0.tint": "#222222"
    },
    {
        "class": "tool_tip_label_control",
        "color": "#c2b790",
        "font.size": 24
    },
    {
        "class": "tree_row",
        "layer0.tint": "#783627"
    }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant