{"id":26851394,"url":"https://github.com/azizemir/rofi-black-white-theme","last_synced_at":"2026-01-08T12:35:12.538Z","repository":{"id":267016989,"uuid":"900035057","full_name":"AzizEmir/rofi-black-white-theme","owner":"AzizEmir","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-07T17:35:14.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-07T18:26:47.414Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AzizEmir.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-07T17:28:23.000Z","updated_at":"2024-12-07T17:35:18.000Z","dependencies_parsed_at":"2024-12-07T18:27:16.553Z","dependency_job_id":null,"html_url":"https://github.com/AzizEmir/rofi-black-white-theme","commit_stats":null,"previous_names":["azizemir/rofi-black-white-theme"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AzizEmir%2Frofi-black-white-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AzizEmir%2Frofi-black-white-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AzizEmir%2Frofi-black-white-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AzizEmir%2Frofi-black-white-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AzizEmir","download_url":"https://codeload.github.com/AzizEmir/rofi-black-white-theme/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246390896,"owners_count":20769475,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-30T22:31:12.837Z","updated_at":"2026-01-08T12:35:12.507Z","avatar_url":"https://github.com/AzizEmir.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rofi Black-White Theme\n\n![theme-preview](https://github.com/user-attachments/assets/edd4452e-6ceb-4f84-9c7b-987ca5cb9368)\n\n## .config/rofi/config.rasi\n```\n/**\n *\n * Author : Aditya Shakya (adi1090x)\n * Refactor : AzizEmir (AzizEmir)\n * Github : @adi1090x\n * Github : @azizemir\n * \n * Rofi Theme File\n * Rofi Version: 1.7.3\n **/\n\n/*****----- Configuration -----*****/\nconfiguration {\n    show-icons:                 true;\n}\n\n/*****----- Global Properties -----*****/\n* {\n    font:                        \"JetBrains Mono Nerd Font 10\";\n    background:                  #000000;\n    foreground:                  #FFFFFF;\n    selected:                    #505050;\n    active:                      #909090;\n    urgent:                      #707070;\n}\n\n/*****----- Main Window -----*****/\nwindow {\n    /* properties for window widget */\n    transparency:                \"real\";\n    location:                    center;\n    anchor:                      center;\n    fullscreen:                  false;\n    width:                       650px;\n    x-offset:                    0px;\n    y-offset:                    0px;\n\n    /* properties for all widgets */\n    enabled:                     true;\n    border-radius:               15px;\n    cursor:                      \"default\";\n    background-color:            @background;\n}\n\n/*****----- Main Box -----*****/\nmainbox {\n    enabled:                     true;\n    spacing:                     0px;\n    background-color:            transparent;\n    orientation:                 horizontal;\n    children:                    [ \"imagebox\", \"listbox\" ];\n}\n\nimagebox {\n    padding:                     10px;\n    background-color:            transparent;\n    background-image:            url(\"./img/wallhaven-4d8xkg_1600x1200-LAST.png\",height);\n    orientation:                 vertical;\n    children:                    [ \"inputbar\", \"dummy\" ];\n}\n\nlistbox {\n    spacing:                     20px;\n    padding:                     20px;\n    background-color:            #000000;\n    orientation:                 vertical;\n    children:                    [ \"listview\" ];\n}\n\ndummy {\n    background-color:            transparent;\n}\n\n/*****----- Inputbar -----*****/\ninputbar {\n    enabled:                     true;\n    spacing:                     10px;\n    padding:                     15px;\n    border-radius:               10px;\n    background-color:            @background-alt;\n    text-color:                  @foreground;\n    children:                    [ \"textbox-prompt-colon\", \"entry\" ];\n}\ntextbox-prompt-colon {\n    enabled:                     true;\n    expand:                      false;\n    str:                         \"\";\n    background-color:            inherit;\n    text-color:                  inherit;\n}\nentry {\n    enabled:                     true;\n    background-color:            inherit;\n    text-color:                  inherit;\n    cursor:                      text;\n    placeholder:                 \"\";\n    placeholder-color:           inherit;\n}\n\n/*****----- Listview -----*****/\nlistview {\n    enabled:                     true;\n    columns:                     1;\n    lines:                       5;\n    cycle:                       false;\n    dynamic:                     true;\n    scrollbar:                   false;\n    reverse:                     false;\n    border:                      0px solid;\n    spacing:                     10px;\n    text-color:                  @foreground;\n}\n\n/*****----- Elements -----*****/\nelement {\n    enabled:                     true;\n    spacing:                     15px;\n    padding:                     8px;\n    border-radius:               10px;\n    background-color:            transparent;\n    text-color:                  @foreground;\n    cursor:                      pointer;\n}\nelement normal.normal {\n    background-color:            inherit;\n    text-color:                  inherit;\n}\nelement normal.urgent {\n    background-color:            @urgent;\n    text-color:                  @foreground;\n}\nelement normal.active {\n    background-color:            @active;\n    text-color:                  @foreground;\n}\nelement selected.normal {\n    background-color:            @selected;\n    text-color:                  @foreground;\n}\nelement selected.urgent {\n    background-color:            @urgent;\n    text-color:                  @foreground;\n}\nelement selected.active {\n    background-color:            @urgent;\n    text-color:                  @foreground;\n}\nelement-icon {\n    background-color:            transparent;\n    text-color:                  inherit;\n    size:                        32px;\n    cursor:                      inherit;\n}\nelement-text {\n    background-color:            transparent;\n    text-color:                  inherit;\n    cursor:                      inherit;\n    vertical-align:              0.5;\n    horizontal-align:            0.0;\n}\nelement.alternate.normal {\n    background-color: #000000;\n    text-color:       #FFFFFF;\n}\n\n/*****----- Message -----*****/\nmessage {\n    background-color:            transparent;\n}\ntextbox {\n    padding:                     15px;\n    border-radius:               10px;\n    background-color:            @background-alt;\n    text-color:                  @foreground;\n    vertical-align:              0.5;\n    horizontal-align:            0.0;\n}\nerror-message {\n    padding:                     15px;\n    border-radius:               20px;\n    background-color:            @background;\n    text-color:                  @foreground;\n}\n```\n\n\n## .config/rofi/img/wolf.png\n\n![wolf](https://github.com/user-attachments/assets/2657f31d-3035-45b7-80ee-6f97a77e279e)\n\n## Desktop Wallpaper\n\n![wallpaper](https://github.com/user-attachments/assets/ba74141e-2d5c-497b-b5a5-25cbd5c44871)\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazizemir%2Frofi-black-white-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazizemir%2Frofi-black-white-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazizemir%2Frofi-black-white-theme/lists"}