Git Product home page Git Product logo

Comments (9)

itchyny avatar itchyny commented on July 28, 2024 1

I think I fixed the issue and thanks for patient debugging.

from calendar.vim.

itchyny avatar itchyny commented on July 28, 2024

Some screenshots would be helpful to see what's happening.

from calendar.vim.

fhvirus avatar fhvirus commented on July 28, 2024

Screenshot_20230207_225610
The two on the left column has the correct color (birch) while the one on the right column should be green.
Also, my terminal has a transparent background, so the screenshot is transparent too.

from calendar.vim.

itchyny avatar itchyny commented on July 28, 2024

Let me know the result of

:hi CalendarfrobSelect
:hi Calendarfrob

from calendar.vim.

fhvirus avatar fhvirus commented on July 28, 2024
:hi CalendarfrobSelect
CalendarfrobSelect xxx guifg=#cabdbf guibg=#505661
:hi Calendarfrob
Calendarfrob   xxx ctermfg=181 guifg=#cabdbf

Additionally, for those black events (there are more IDs for them, just listing two here):

:hi Calendar58kgSelect
Calendar58kgSelect xxx guifg=#1d1d1d guibg=#505661
:hi Calendar7nqmSelect
Calendar7nqmSelect xxx guifg=#1d1d1d guibg=#505661

from calendar.vim.

itchyny avatar itchyny commented on July 28, 2024

What are the original colors in Google Calendar? You can list the colors by jq '.items[] | { summary, colorId, foregroundColor, backgroundColor }' ~/.cache/calendar.vim/google/calendarList.

from calendar.vim.

fhvirus avatar fhvirus commented on July 28, 2024
{
  "summary": "日曆",
  "colorId": "20",
  "foregroundColor": "#000000",
  "backgroundColor": "#cabdbf"
}

It's not the same color as displayed on the website (#a79b8e by inspecting elements), but they look similar.

from calendar.vim.

itchyny avatar itchyny commented on July 28, 2024

That "日曆" calendar is properly displayed on the left column in your screenshot, right? I'd like to know the original colors of calendars not displayed properly in the plugin.

from calendar.vim.

fhvirus avatar fhvirus commented on July 28, 2024

The event on the right column is also in the calendar "日曆", but I assigned a different color for the event (for color-coding my events) from Google Calendar website using the "Select event color" button in the event's edit screen.
The specific event has color "Sage", but all the color I manually choose aren't colored properly.

from calendar.vim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.