Free dark theme for EspoCRM adjusted by devcrm.it

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • emillod
    Active Community Member
    • Apr 2017
    • 1405

    Free dark theme for EspoCRM adjusted by devcrm.it

    Hello guys,
    today i want to share with you free dark theme prepared for EspoCRM 6.X.
    It's beta version, but it should work without problems. In few days i'll also release github repo + new version with adjusted login screen.

    You can check screenshon below!
    Download page: https://devcrm.it/dark-theme

    Let me know what you would change
    Attached Files
  • Vinwoch
    Junior Member
    • Nov 2020
    • 1

    #2
    Hello thanks for the topic, I had a problem with autocomplete-suggestions, the background was the same color as the letters, I solved it by placing these colors.

    Code:
     
    .autocomplete-suggestions {
    border: 1px solid #d1d5d6;
    background: #114957;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
    }.autocomplete-suggestions {
    border: 1px solid #d1d5d6;
    background: #114957;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
    }
    
    .autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden
    }
    
    .autocomplete-selected {
    background: #537898
    }
    
    .autocomplete-suggestions strong {
    font-weight: 400;
    color: #114957
    }
    
    .autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden
    }
    
    .autocomplete-selected {
    background: #537898
    }
    
    .autocomplete-suggestions strong {
    font-weight: 400;
    color: #114957
    }

    Comment


    • emillod
      emillod commented
      Editing a comment
      Thank you very much! I'll release new version soon, i'll add this fix. Sometime i can miss something, sorry.
  • esforim
    Active Community Member
    • Jan 2020
    • 2204

    #3
    This color scheme is nice. Looking forward to horizontal version (if ever)

    Comment

    • emillod
      Active Community Member
      • Apr 2017
      • 1405

      #4
      Originally posted by espcrm
      This color scheme is nice. Looking forward to horizontal version (if ever)
      Yes, i think it's a good time to start thinking about horizontal version. Maybe i'll find some time to do so in next few days or weeks.

      Comment

      • emillod
        Active Community Member
        • Apr 2017
        • 1405

        #5
        esforim small followup
        Attached Files

        Comment


        • esforim
          esforim commented
          Editing a comment
          EEK! Can install yet?
      • emillod
        Active Community Member
        • Apr 2017
        • 1405

        #6
        Hello guys!
        We've just released new version with few fixes for vertical view + we've also added horizontal view( esforim ).

        https://github.com/dubas-pro/ext-dar...ases/tag/0.0.3
        Click image for larger version

Name:	2020-12-04_08-49-25_872508-xC-679244_a67c3b804e703d.png
Views:	1431
Size:	51.7 KB
ID:	65234
        Thanks for all comments
        Attached Files
        Last edited by emillod; 12-04-2020, 07:50 AM.

        Comment

        • esforim
          Active Community Member
          • Jan 2020
          • 2204

          #7
          Awesome! Using it at the moment.

          One thing I notice is the Task/Meeting reminder popup. It is white background so it not readable. I believe the CSS name is:
          Code:
          ##.popup-notification-primary.popup-notification-event.popup-notification
          Second pique that not so much concerning is the "Search" box, it same colour as the theme so it hard to differentiate that there is a Search box there. I know it there cause I been using EspoCRM for quite long now but other user might not notice a search box.

          ---

          Also noticed that email and other type of attachment during upload is not readable either.
          Highlight (checkbox in list view) - e.g. Contact > Checkbox to select a Contact.
          Last edited by esforim; 12-07-2020, 04:15 AM.

          Comment

          • emillod
            Active Community Member
            • Apr 2017
            • 1405

            #8
            esforim thank you for all your comments. I'll try to reproduce these problems and release new version today or tomorrow

            Comment

            • emillod
              Active Community Member
              • Apr 2017
              • 1405

              #9
              esforim you meant these checkboxes? https://i.imgur.com/wDdoCSm.png

              Comment

              • emillod
                Active Community Member
                • Apr 2017
                • 1405

                #10
                esforim i've changed searchbox and notification colors:
                Few fixes in css file. Among others changing color of searchbox field and popup notification. Install package is available here: http://devcrm.it/download/?file=28de5193-c016-4d5d-9411-fb710e979dff


                I think that i shouldn't change color of checkboxes. I think design should be for now delivered by browser

                Comment

                • esforim
                  Active Community Member
                  • Jan 2020
                  • 2204

                  #11
                  Thank you emillod!

                  Search box is good.
                  Reminder Popup is good.

                  Sorry I didn't explain clearly. Here is what I mean by the checkbox.

                  (1) Email attachment unreadable (during Compose Email)
                  (2) File document attachment unreadable during upload. But is readable again once you save it. See image (3).
                  (4) Using Contact entity. Top contact I didn't use the Checkbox to "highlight/select", bottom Contact I check box the Contact and it become unreadable.

                  Comment

                  • emillod
                    Active Community Member
                    • Apr 2017
                    • 1405

                    #12
                    Okay. I think that 4 is already okay, i covered that in 0.0.6: https://devcrm.it/dark-theme#history
                    Also i've released new version 0.0.7 which cover issue with white background of uploaded files and documents


                    Fixing background color of uploading files and documents Installer is available here: https://devcrm.it/download/?file=e7fbc54b-b2ad-46e7-ad48-052f1454e03c

                    Comment


                    • esforim
                      esforim commented
                      Editing a comment
                      Thanks. I was using 0.0.4 (latest version when I made that post).

                      PS: that History and archive download is cool.
                  • emillod
                    Active Community Member
                    • Apr 2017
                    • 1405

                    #13
                    esforim no problem. Thank you for all comments and all kind words

                    Comment

                    • esforim
                      Active Community Member
                      • Jan 2020
                      • 2204

                      #14
                      It is quite refreshing to use the theme.

                      ...anyway I'm back with more complaint...?!

                      With regard to the email, do you think the color of the Email Body box should be themed? It is quite glaring and out of place in my opinion.

                      Comment

                      • emillod
                        Active Community Member
                        • Apr 2017
                        • 1405

                        #15
                        Yes, I think it should be white because if someone decide to format email or to use template, it could be shown differently in email composer and in receiver email client.. But maybe you have different idea? I know, it looks weird

                        Comment

                        Working...